forked from alexpusch/Fishman
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
35 lines (35 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
{
"name": "fishman-web",
"version": "0.0.3",
"description": "Download module and its dependencies from different package managers via web interface",
"main": "bin/server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node ./bin/server.js",
"debug": "node --inspect ./bin/server.js"
},
"contributors": [
"MonkeySlut <themonkeyslat@gmail.com>",
"Harel Itzkovitz <rlitzkovitz@gmail.com>"
],
"keywords": [
"npm",
"fishman",
"clone",
"dependencies"
],
"license": "MIT",
"dependencies": {
"async": "^2.6.2",
"express": "^4.14.0",
"memory-fs": "^0.4.1",
"semver": "^5.6.0",
"silent-npm-registry-client": "^3.0.1",
"socket.io": "^2.2.0",
"stream-buffers": "^3.0.2",
"tar-stream": "^2.0.1"
},
"engines": {
"node": "10.15.3"
}
}