-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 959 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
36
{
"name": "godo",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "gulp",
"deploy": "gulp clean && gulp build:dev && ./deploy.sh && gulp open"
},
"repository": {
"type": "git",
"url": "git+https://github.com/NoahYarian/godo.git"
},
"author": "Noah Yarian <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/NoahYarian/godo/issues"
},
"homepage": "https://github.com/NoahYarian/godo#readme",
"devDependencies": {
"browser-sync": "^2.7.12",
"del": "^1.2.0",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^2.3.1",
"gulp-babel": "^5.1.0",
"gulp-concat": "^2.5.2",
"gulp-jade": "^1.0.1",
"gulp-load-plugins": "^0.10.0",
"gulp-sass": "^2.0.1",
"gulp-sourcemaps": "^1.5.2",
"gulp-uglify": "^1.2.0",
"main-bower-files": "^2.8.0",
"open": "0.0.5"
}
}