forked from iamlepin/FinalProjectPoker
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 849 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 849 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
{
"name": "finalproject",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"server": "API_PORT=3001 ./node_modules/.bin/babel-node index.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"bluebird": "^3.5.1",
"express": "^4.16.2",
"font-awesome": "^4.7.0",
"jsonwebtoken": "^8.1.0",
"md5": "^2.2.1",
"mongodb": "^3.0.0-rc0",
"mongoose": "^4.13.6",
"path": "^0.12.7",
"socket.io": "^2.0.4",
"socketio-jwt": "^4.5.0"
},
"devDependencies": {
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"concurrently": "^3.5.1"
}
}