-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 900 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"name": "kevin-smith-transpotation-group",
"version": "1.0.0",
"description": "Wordpress site for new luxury transportation company",
"main": "app/index.php",
"dependencies": {
"grunt": "^0.4.5"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-sass": "^0.9.2",
"grunt-contrib-watch": "^0.6.1",
"grunt-php": "^1.5.1",
"grunt-prompt": "^1.3.0",
"grunt-rsync": "^0.6.2",
"grunt-wordpress-deploy": "0.0.6"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/sarahlshowers/kevin-smith-transpotation-group.git"
},
"author": "Sarah Showers",
"license": "ISC",
"bugs": {
"url": "https://github.com/sarahlshowers/kevin-smith-transpotation-group/issues"
},
"homepage": "https://github.com/sarahlshowers/kevin-smith-transpotation-group"
}