-
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) · 825 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 825 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": "whe",
"version": "0.0.0",
"description": "Walls Have Eyes installation",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/libbymiller/whe.git"
},
"author": "",
"license": "Apache-2",
"bugs": {
"url": "https://github.com/libbymiller/whe/issues"
},
"homepage": "https://github.com/libbymiller/whe",
"dependencies": {
"ampersand-collection": "~1.4.0",
"body-parser": "^1.19.0",
"cors": "~2.5.3",
"es6-promise": "~2.0.1",
"express": "^4.17.1",
"faye": "~1.1.0",
"lodash": "^4.17.11",
"multer": "~0.1.7",
"node-pre-gyp": "^0.13.0",
"request": "^2.88.0",
"sequelize": ">=5.3.0",
"sqlite": "^3.0.3",
"sqlite3": "^4.0.9"
}
}