-
Notifications
You must be signed in to change notification settings - Fork 298
/
package.json
50 lines (50 loc) · 1.18 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
47
48
49
50
{
"name": "nuts-serve",
"version": "3.1.1",
"description": "Server to make GitHub releases (private) available to download with Squirrel support",
"main": "./lib/index.js",
"homepage": "https://github.com/GitbookIO/nuts",
"license": "Apache-2.0",
"dependencies": {
"analytics-node": "1.2.2",
"basic-auth": "1.0.3",
"body-parser": "1.12.3",
"destroy": "1.0.3",
"express": "^4.13.3",
"express-useragent": "0.1.9",
"feed": "^0.3.0",
"github-webhook-handler": "0.5.0",
"lodash": "3.7.0",
"lru-diskcache": "1.1.1",
"octocat": "0.10.2",
"q": "1.2.0",
"request": "2.60.0",
"semver": "5.0.1",
"stream-res": "1.0.1",
"strip-bom": "2.0.0",
"understudy": "4.1.0",
"urljoin.js": "0.1.0",
"uuid": "2.0.1"
},
"devDependencies": {
"mocha": "1.18.2",
"should": "7.0.4"
},
"bugs": {
"url": "https://github.com/GitbookIO/nuts/issues"
},
"authors": [
{
"name": "Samy Pesse",
"email": "[email protected]"
}
],
"repository": {
"type": "git",
"url": "https://github.com/GitbookIO/nuts.git"
},
"scripts": {
"start": "node bin/web.js",
"test": "mocha --reporter list"
}
}