-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.4 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "socialnetwork",
"description": "",
"version": "1.0.2",
"repository": "",
"private": true,
"author": "",
"scripts": {
"start": "nodemon server.js",
"test": "make test",
"postinstall": "opencollective postinstall"
},
"engines": {
"node": "10.8.0",
"npm": "6.2.0"
},
"dependencies": {
"async": "latest",
"bcrypt": "^3.0.4",
"body-parser": "^1.18.1",
"connect-flash": "latest",
"connect-mongo": "latest",
"cookie-parser": "^1.4.3",
"cors": "^2.8.5",
"errorhandler": "^1.5.0",
"eslint": "^4.15.0",
"express": "^4.16.2",
"express-fileupload": "^1.1.1-alpha.3",
"express-session": "^1.15.6",
"forever": "latest",
"http": "0.0.0",
"method-override": "^2.3.10",
"moment": "^2.20.1",
"mongoose": "^4.13.9",
"morgan": "^1.9.0",
"opencollective": "^1.0.3",
"passport": "^0.3.2",
"passport-http-bearer": "^1.0.1",
"rand-token": "^0.4.0",
"raven": "^2.1.2",
"socket.io": "^2.2.0",
"socketio-auth": "^0.1.1",
"underscore": "latest",
"webpack-cli": "^2.1.3",
"winston": "^2.4.0"
},
"devDependencies": {
"ava": "latest",
"grunt": "^1.0.3",
"grunt-contrib-sass": "latest",
"grunt-contrib-watch": "^1.1.0",
"grunt-sass": "latest",
"mocha": "latest",
"nodemon": "latest",
"should": "latest",
"supertest": "^3.0.0",
"tslint": "^5.14.0"
}
}