-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
40 lines (40 loc) · 907 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
{
"name": "wowhack2014",
"version": "0.0.1",
"description": "WOW Hack 2014",
"main": "index.js",
"scripts": {
"test": "test"
},
"author": "",
"license": "ISC",
"devDependencies": {
"gargoyle": "^0.3.5",
"gaze": "0.6.4",
"glob2base": "0.0.9",
"gulp": "^3.8.0",
"gulp-autoprefixer": "*",
"gulp-complexity": "^0.2.1",
"gulp-concat": "*",
"gulp-if": "*",
"gulp-livereload": "*",
"gulp-ng-annotate": "^0.2.0",
"gulp-plumber": "^0.6.3",
"gulp-rename": "*",
"gulp-sass": "^0.7.2",
"gulp-spritesmith": "*",
"gulp-svg-sprites": "^0.1.2",
"gulp-uglify": "^0.3.0",
"gulp-watch": "*",
"lodash.bind": "^2.4.1",
"lodash.merge": "*",
"string_decoder": "~0.10.x",
"tiny-lr": "0.0.7"
},
"dependencies": {
"express": "^4.7.2",
"ng-annotate": "^0.9.9",
"mysql": "^2.4.2",
"socket.io": "^1.0.6"
}
}