-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 841 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
{
"name": "flappy-bird",
"version": "0.0.1",
"private": true,
"description": "Flappy Bird Clone",
"devDependencies": {
"bower": "^1.3.9",
"babel-core": "^5.0.0",
"browser-sync": "^1.3.3",
"gulp": "^3.8.7",
"gulp-concat": "^2.3.4",
"gulp-jshint": "^1.8.4",
"gulp-less": "^1.3.5",
"gulp-minify-css": "^0.3.7",
"gulp-notify": "^1.6.0",
"gulp-plumber": "^0.6.5",
"gulp-processhtml": "^0.0.4",
"gulp-rename": "^1.2.0",
"gulp-sourcemaps": "^1.1.5",
"gulp-babel": "^5.1.0",
"gulp-uglify": "^0.3.1",
"gulp-util": "^3.0.0",
"jshint-stylish": "^0.4.0",
"require-dir": "^0.1.0",
"run-sequence": "^0.3.6",
"del": "^0.1.3"
},
"scripts": {
"post-install": "node ./node_modules/bower/bin/bower install",
"start": "./node_modules/.bin/gulp default"
}
}