-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 931 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": "chess-wrap",
"version": "1.0.0",
"description": "chess-wrap",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"async": "2.0.0-rc.4",
"body-parser": "1.15.1",
"cookie-parser": "1.4.1",
"dotenv": "2.0.0",
"express": "4.13.4",
"lodash": "4.12.0",
"method-override": "2.3.5",
"mongoose": "4.4.17",
"morgan": "1.7.0",
"redis": "2.6.0-2",
"require-all": "2.0.0",
"socket.io": "1.4.6",
"winston": "2.2.0",
"winston-mongodb": "1.4.0"
},
"devDependencies": {
"gulp": "3.9.1",
"gulp-concat": "2.6.0",
"gulp-jshint": "2.0.1",
"gulp-ng-annotate": "2.0.0",
"gulp-order": "1.1.1",
"gulp-plumber": "1.1.0",
"gulp-rename": "1.2.2",
"gulp-uglify": "1.5.3",
"gulp-useref": "3.1.0",
"jshint": "2.9.2"
}
}