forked from TrustyWork/PRP-RestApp
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 1.09 KB
/
package.json
File metadata and controls
36 lines (36 loc) · 1.09 KB
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
{
"name": "RestApp",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "SET NODE_PATH=.& node ./bin/www",
"devstart": "concurrently --kill-others \"cd webpack_src && npm run devstart \" \"cross-env NODE_PATH=. cross-env callbackPort=4000 appPort=3000 node ./bin/www\"",
"linstart": "NODE_PATH=. node ./bin/www"
},
"dependencies": {
"body-parser": "~1.15.2",
"concurrently": "^3.4.0",
"connect-mongo": "^1.3.2",
"cookie-parser": "~1.4.3",
"cross-env": "^5.0.0",
"debug": "~2.2.0",
"express": "~4.14.0",
"express-session": "^1.15.2",
"mongoose": "^4.9.2",
"morgan": "^1.7.0",
"nconf": "^0.8.4",
"node-sass-middleware": "0.9.8",
"passport": "^0.3.2",
"passport-facebook": "^2.1.1",
"passport-google-auth": "^1.0.1",
"passport-google-oauth": "^1.0.0",
"passport-instagram": "^1.0.0",
"passport-linkedin": "^1.0.0",
"passport-local-mongoose": "^4.0.0",
"passport-vkontakte": "^0.3.2",
"pug": "~2.0.0-beta6",
"react-router-dom": "^4.1.1",
"serve-favicon": "^2.3.2",
"socket.io": "^2.0.1"
}
}