forked from Ciambellaro/wmi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 959 Bytes
/
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
{
"name": "package.json",
"version": "1.0.0",
"description": "",
"main": "server.js",
"dependencies": {
"body-parser": "^1.19.0",
"bug-killer": "^4.4.4",
"ejs": "^2.7.1",
"express": "^4.17.1",
"formidable": "^1.2.1",
"hbs": "^4.0.6",
"leaflet-geometryutil": "^0.9.1",
"lien": "^3.3.0",
"mocha": "^6.2.1",
"morgan": "^1.9.1",
"multer": "^1.4.2",
"opn": "^6.0.0",
"pretty-bytes": "^5.3.0",
"r-json": "^1.2.9",
"should": "~7.1.0",
"supertest": "~1.1.0",
"youtube-api": "^2.0.10"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Ciambellaro/wmi.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Ciambellaro/wmi/issues"
},
"homepage": "https://github.com/Ciambellaro/wmi#readme"
}