-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
45 lines (45 loc) · 1.11 KB
/
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
37
38
39
40
41
42
43
44
45
{
"name": "flapby-bird",
"version": "1.0.0",
"description": "None at this time",
"main": "gulpfile.js",
"directories": {
"doc": "doc"
},
"dependencies": {
"gulp-uglify": "^1.2.0",
"gulp": "^3.8.11"
},
"devDependencies": {
"browserify": "^9.0.8",
"gulp": "^3.8.11",
"gulp-bower": "0.0.10",
"gulp-concat": "^2.5.2",
"gulp-connect": "^2.2.0",
"gulp-imagemin": "^2.2.1",
"gulp-jshint": "^1.10.0",
"gulp-livereload": "^3.8.0",
"gulp-minify-html": "^1.0.2",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.0.3",
"gulp-uglify": "^1.2.0",
"gulp-uglifycss": "^1.0.4",
"node-bourbon": "^4.2.1-beta1",
"node-neat": "^1.7.1-beta1",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/vleong2332/flapby-bird.git"
},
"author": "Vicky Leong",
"license": "ISC",
"bugs": {
"url": "https://github.com/vleong2332/flapby-bird/issues"
},
"homepage": "https://github.com/vleong2332/flapby-bird"
}