forked from afbobak/nopar
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.08 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
{
"name": "nopar",
"version": "0.4.1-dev",
"description": "Abstrakt Node Package Registry & Proxy",
"bin" : { "nopar" : "bin/nopar" },
"main": "lib/server.js",
"scripts": {
"start": "./bin/nopar",
"test": "buster-test --color none",
"package": "scripts/package"
},
"repository": {
"type": "git",
"url": "[email protected]:afbobak/nopar.git"
},
"keywords": [
"npm",
"registry",
"proxy"
],
"homepage": "https://github.com/afbobak/nopar/",
"bugs": "https://github.com/afbobak/nopar/issues/",
"author": "Andreas F. Bobak <[email protected]>",
"license": "BSD",
"dependencies": {
"body-parser": "~1.0.2",
"cookie-parser": "~1.0.1",
"ejs": "~1.0.0",
"errorhandler": "~1.0.0",
"express": "~4.0.0",
"express-session": "~1.0.2",
"marked": "~0.3.2",
"morgan": "~1.0.0",
"mustache": "~0.8.1",
"semver": "~2.2.1",
"static-favicon": "~1.0.2",
"stylus": "~0.43.1",
"winston": "~0.7.2"
},
"devDependencies": {
"buster": "~0.7.8",
"buster-lint": "~0.3.1"
},
"engines": {
"node": ">=0.8"
}
}