-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 756 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 756 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
{
"name": "mycrew",
"version": "1.0.0",
"description": "",
"main": "www.js",
"engines": {
"node": "6.11.1"
},
"scripts": {
"start": "node www.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/OctavianGuzu/SmartHack.git"
},
"author": "Octavian Guzu",
"license": "ISC",
"bugs": {
"url": "https://github.com/OctavianGuzu/SmartHack/issues"
},
"homepage": "https://github.com/OctavianGuzu/SmartHack#readme",
"dependencies": {
"body-parser": "^1.18.2",
"async": "^2.5.0",
"cookie-parser": "^1.4.3",
"debug": "^3.1.0",
"ejs": "^2.5.7",
"express": "^4.16.2",
"mongodb": "^2.2.33",
"morgan": "^1.9.0",
"serve-favicon": "^2.4.5",
"sha256": "^0.2.0"
}
}