-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 949 Bytes
/
Copy pathpackage.json
File metadata and controls
40 lines (40 loc) · 949 Bytes
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": "InNet",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"test": "./node_modules/mocha/bin/mocha"
},
"author": "Roverzon Li",
"license": "ISC",
"dependencies": {
"async": "^1.4.2",
"bcrypt": "^0.8.3",
"body-parser": "^1.12.3",
"express": "^4.12.3",
"jsonwebtoken": "^5.0.2",
"jwt-simple": "^0.3.0",
"lodash": "^3.7.0",
"mongoose": "^4.0.1",
"morgan": "^1.5.3",
"socket.io": "^1.3.5",
"socketio-jwt": "^4.2.1",
"underscore": "^1.8.3"
},
"devDependencies": {
"chai": "^3.3.0",
"chai-as-promised": "^5.1.0",
"gulp": "^3.9.0",
"gulp-concat": "^2.5.2",
"gulp-concat-css": "^2.2.0",
"gulp-minify-css": "^1.1.5",
"gulp-ng-annotate": "^0.5.2",
"gulp-nodemon": "^2.0.2",
"gulp-sourcemaps": "^1.5.2",
"gulp-stylus": "^2.0.1",
"gulp-uglify": "^1.2.0",
"mocha": "^1.9.0",
"supertest": "^1.1.0"
}
}