forked from LeanKit-Labs/nonstop-index
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
75 lines (75 loc) · 1.75 KB
/
package.json
File metadata and controls
75 lines (75 loc) · 1.75 KB
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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"name": "nonstop-index",
"version": "0.1.14",
"description": "HTTP server/site for hosting and management of nonstop packages and bootstrappers",
"main": "src/index.js",
"scripts": {
"start": "node src/index.js",
"test": "gulp test"
},
"bin": {
"nsindex": "./bin/nonstop-index"
},
"repository": {
"type": "git",
"url": "git://github.com/LeanKit-Labs/nonstop-index"
},
"keywords": [
"nonstop",
"hub",
"cd",
"package"
],
"author": "LeanKit",
"contributors": [
{
"name": "Alex Robson",
"url": "http://nerdventure.io"
}
],
"license": "MIT",
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"bugs": {
"url": "https://github.com/LeanKit-Labs/nonstop-index/issues"
},
"homepage": "https://github.com/LeanKit-Labs/nonstop-index",
"devDependencies": {
"biggulp": "~0.2.*",
"chai": "^3.2.0",
"chai-as-promised": "^5.1.0",
"gulp": "~3.9.*",
"halon": "^0.3.2",
"hyped": "^0.2.4",
"nock": "^2.10.0",
"proxyquire": "^1.7.0",
"request": "^2.61.0",
"should": "^4.0.4",
"sinon": "^1.16.0",
"sinon-as-promised": "^4.0.0",
"sinon-chai": "^2.8.0"
},
"dependencies": {
"autohost": "~0.5.2",
"autohost-nedb-auth": "~0.2.0",
"autohost-webhook": "~0.1.1",
"commander": "^2.3.0",
"configya": "~0.2.0",
"daedalus": "~0.3.2",
"debug": "^2.0.0",
"fount": "^0.1.0",
"hyped": "~0.2.4",
"inquirer": "^0.7.2",
"lodash": "^2.4.1",
"machina": "^0.4.0-1",
"nedb": "^1.1.3",
"node-uuid": "^1.4.1",
"nonstop-pack": "^0.1.6",
"nonstop-package-resource": "^0.1.13",
"nonstop-registry-resource": "~0.1.5",
"postal": "^1.0.6",
"request": "^2.61.0",
"when": "^3.7.3"
}
}