forked from BrowserBox/BrowserBox
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.54 KB
/
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
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "@dosycorp-private/zanj",
"version": "1.0.0",
"description": "A \"zombie / voodoo church\" where you can commune with the spirits ( control browser instances ).",
"main": "index.js",
"scripts": {
"test": "./test.sh",
"dev": "node-dev --inspect=127.0.0.1:8111 index.js",
"start": "node index.js",
"postinstall": "./postinstall.sh && ./make_views.sh",
"prestart": "./make_views.sh",
"init": "./reinit_after_restart.sh"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/dosycorp/zanj.git"
},
"author": "@dosy",
"license": "MIT",
"bugs": {
"url": "https://gitlab.com/dosycorp/zanj/issues"
},
"homepage": "https://gitlab.com/dosycorp/zanj#readme",
"dependencies": {
"body-parser": "^1.18.3",
"brutalist-web": "^2.3.0",
"cookie-parser": "^1.4.4",
"current-git-branch": "^1.1.0",
"esm": "^3.2.6",
"express": "^4.17.1",
"fs": "0.0.1-security",
"http": "0.0.0",
"https": "^1.0.0",
"multer": "^1.4.2",
"node-fetch": "^2.6.0",
"path": "^0.12.7",
"spdy": "^4.0.1",
"ws": "^6.1.4"
},
"devDependencies": {
"@babel/core": "^7.7.2",
"@babel/plugin-external-helpers": "^7.2.0",
"@babel/plugin-transform-runtime": "^7.6.2",
"@babel/polyfill": "^7.7.0",
"@babel/preset-env": "^7.7.1",
"@babel/runtime": "^7.7.2",
"babel-plugin-external-helpers": "^6.22.0",
"rollup-plugin-babel": "^4.3.3",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-node-resolve": "^5.2.0",
"whatwg-fetch": "^3.0.0"
}
}