forked from groundwater/node-bin-nsh
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
41 lines (41 loc) · 1020 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
41
{
"name": "bin-nsh",
"version": "0.5.2",
"description": "Node SHell",
"author": "Jacob Groundwater <[email protected]>",
"contributors": [
"Jesús Leganés Combarro 'piranna' <[email protected]>"
],
"license": "MIT",
"main": "lib",
"bin": {
"nsh": "server.js"
},
"scripts": {
"coveralls": "easy-coveralls",
"test": "mocha"
},
"dependencies": {
"array-flatten": "^2.1.1",
"async": "^2.4.0",
"concat-stream": "^1.6.0",
"coreutils.js": "github:piranna/coreutils.js",
"decode-prompt": "^0.0.2",
"glob": "~7.1.1",
"lib-pathcomplete": "piranna/node-lib-pathcomplete",
"lib-pathsearch": "piranna/node-lib-pathsearch",
"mkdirp": "~0.5.1",
"mkfifo": "^1.2.5",
"npm-path": "^2.0.3",
"shell-parse": "^0.0.2",
"to-string-stream": "^0.1.0",
"uuid": "^3.0.1"
},
"devDependencies": {
"concat-stream": "^1.6.0",
"easy-coveralls": "0.0.1",
"mocha": "^3.4.1",
"string-to-stream": "^1.1.0",
"tmp": "0.0.31"
}
}