forked from runtimejs/runtime-cli
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
46 lines (46 loc) · 1.12 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
{
"name": "jsos-cli",
"version": "3.3.1",
"description": "JsOS CLI",
"main": "index.js",
"scripts": {
"test": "tape test/index.js test/package-tests.js && npm run lint",
"lint": "eslint ."
},
"bin": {
"jsos": "bin/jsos.js"
},
"repository": {
"type": "git",
"url": "[email protected]:PROPHESSOR/JsOS-CLI.git"
},
"author": "JsOS and runtime.js projects authors",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/PROPHESSOR/jsos-cli/issues"
},
"homepage": "https://github.com/PROPHESSOR/JsOS",
"dependencies": {
"buffer-crc32": "^0.2.5",
"chalk": "^1.1.1",
"chokidar": "^1.4.2",
"gunzip-maybe": "^1.2.1",
"ignore": "^3.0.11",
"minimist": "^1.2.0",
"pad": "^1.0.0",
"pretty-bytes": "^2.0.1",
"progress-stream": "^1.1.1",
"request": "^2.65.0",
"shelljs": "^0.5.3",
"single-line-log": "^1.0.1",
"streamifier": "^0.1.1",
"tabtab": "0.0.4"
},
"devDependencies": {
"eslint": "^1.10.3",
"eslint-config-runtime": "^1.0.0",
"eslint-plugin-runtime-internal": "^1.0.0",
"mock-fs": "^3.11.0",
"tape": "^4.4.0"
}
}