-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 879 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
32
33
34
35
{
"name": "aorta",
"version": "1.0.0",
"description": "A framework for deploying WordPress projects with Capistrano:",
"main": "index.php",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/ethayer/aorta.git"
},
"author": "Erik Thayer",
"license": "ISC",
"bugs": {
"url": "https://github.com/ethayer/aorta/issues"
},
"homepage": "https://github.com/ethayer/aorta",
"devDependencies": {
"browser-sync": "^1.7.0",
"gulp": "^3.8.10",
"gulp-concat": "^2.4.1",
"gulp-consolidate": "^0.1.2",
"gulp-iconfont": "^5.0.0",
"gulp-jshint": "^1.9.0",
"gulp-rename": "^1.2.0",
"gulp-sass": "^1.1.0",
"gulp-svgmin": "^1.2.0",
"gulp-uglify": "^1.0.1",
"node-bourbon": "^1.2.3"
},
"dependencies": {
"gulp": "^3.9.0"
}
}