-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 992 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
37
38
39
40
41
42
{
"name": "legi-game",
"description": "",
"readme": "",
"repository": "",
"version": "0.0.0",
"devDependencies": {
"bower": "*",
"browserify": "*",
"del": "*",
"gulp": "*",
"gulp-concat": "*",
"gulp-connect": "*",
"gulp-download": "*",
"gulp-if": "*",
"gulp-jshint": "^2.0.0",
"gulp-minify-css": "*",
"gulp-minify-html": "*",
"gulp-processhtml": "*",
"gulp-rename": "*",
"gulp-streamify": "*",
"gulp-uglify": "*",
"gulp-util": "*",
"gulp-watch": "*",
"jshint": "^2.8.0",
"tiny-lr": "*",
"vinyl-paths": "*",
"vinyl-source-stream": "*",
"watchify": "*"
},
"scripts": {
"post-install": "node ./node_modules/bower/bin/bower install",
"start": "node ./node_modules/gulp/bin/gulp.js",
"build": "node ./node_modules/gulp/bin/gulp.js build"
},
"dependencies": {
"jquery": "^2.1.4",
"lodash": "^3.10.1",
"scrollreveal": "^2.3.2",
"velocity-animate": "^1.2.3"
}
}