forked from nodists/nodist
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1016 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
42
43
44
45
46
{
"name": "nodist",
"version": "0.8.6",
"description": "Natural node version manager for windows",
"keywords": [
"node",
"version",
"manager",
"build",
"windows"
],
"author": "Marcel Klehr <[email protected]>",
"homepage": "https://github.com/marcelklehr/nodist",
"license": "MIT",
"bugs": {
"url": "https://github.com/marcelklehr/nodist/issues"
},
"repository": {
"type": "git",
"url": "http://github.com/marcelklehr/nodist.git"
},
"dependencies": {
"bluebird": "^2.10.2",
"debug": "^2.2.0",
"github": "nullivex/node-github",
"mkdirp": "~0.5",
"ncp": "^2.0.0",
"progress": "1.x",
"promisepipe": "^1.0.1",
"recursive-readdir": "^1.2.1",
"request": "~2.65",
"rimraf": "~2",
"semver": "^5.1.0",
"tar": "2.x"
},
"devDependencies": {
"vows": "*"
},
"scripts": {
"build": "node ./build/build.js",
"test": "node ./node_modules/vows/bin/vows --spec ./test/*-test.js"
},
"os": [
"win32"
]
}