-
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) · 724 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 724 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": "gym-play-node",
"version": "0.0.1",
"description": "Conversion attempt of Play Web Assignment Solution to Node.js",
"main": "server.js",
"scripts": {
"start": "node server.js"
},
"dependencies": {
"body-parser": "^1.17.1",
"cookie-parser": "^1.4.3",
"express": "^4.15.2npm",
"express-fileupload": "^0.1.3",
"express-handlebars": "^3.0.0",
"fs-extra": "^3.0.1",
"lodash": "^4.17.4",
"lowdb": "^0.16.2",
"uuid": "^3.0.1",
"winston": "^2.3.1"
},
"engines": {
"node": "6.10.x"
},
"repository": {
"url": "https://github.com/KevFan/gymPlaySolution_Node.git"
},
"license": "MIT",
"keywords": [
"node",
"glitch",
"express"
]
}