-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.25 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
51
{
"name": "kernel",
"version": "0.0.0",
"description": "The Hacker Union kernel server.",
"main": "index.js",
"private": true,
"scripts": {
"boot": "node ./bin/boot.js",
"debug": "DEBUG=kernel node ./bin/boot.js"
},
"repository": {
"type": "git",
"url": "https://github.com/hackerunion/root"
},
"author": "Brandon T. Diamond",
"license": "ISC",
"bugs": {
"url": "https://github.com/hackerunion/kernel/issues"
},
"homepage": "https://github.com/hackerunion/kernel",
"dependencies": {
"basic-auth": "^1.0.0",
"body-parser": "^1.9.1",
"cgi": "^0.3.1",
"chai-as-promised": "^4.3.0",
"compression": "^1.4.4",
"cookie-parser": "~1.3.3",
"cookie-session": "^1.1.0",
"crypt3": "^0.1.7",
"crypto": "0.0.3",
"debug": "~2.0.0",
"etc-passwd": "^0.1.1",
"express": "^4.10.0",
"jade": "~1.6.0",
"kexec": "^1.2.0",
"less-middleware": "1.0.x",
"lodash": "^3.6.0",
"mocha": "^2.2.1",
"mock-fs": "^2.5.0",
"morgan": "~1.3.0",
"node-persist": "0.0.2",
"oauth2-server": "^2.3.0",
"posix": "^2.0.0",
"request": "^2.49.0",
"rewire": "^2.3.1",
"serve-favicon": "~2.1.3",
"shelljs": "^0.3.0",
"sinon": "^1.14.1",
"supertest": "^0.15.0"
}
}