forked from MonkeyBuddy/fishman-web
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 952 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.1.4",
"express": "^4.14.0",
"memory-fs": "^0.4.1",
"npm-registry-client": "^7.4.5",
"semver": "^5.3.0",
"socket.io": "^1.7.2",
"socket.io-stream": "^0.9.1",
"tar-stream": "^1.5.2"
},
"engines": {
"node": "6.9.1"
}
}