-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathpackage.json
55 lines (55 loc) · 1.52 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
52
53
54
55
{
"name": "shipright",
"version": "0.0.0",
"description": "open source github clone in node.",
"main": "shipright.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git://github.com/martindale/shipright.git"
},
"author": "Eric Martindale",
"license": "GPLv3",
"readmeFilename": "README.md",
"dependencies": {
"async": "~0.7.0",
"body-parser": "~1.0.2",
"connect-redis": "~1.4.7",
"connect-roles": "^3.0.3",
"cookie-parser": "~1.0.1",
"express": "~3.5.2",
"express-session": "~1.2.1",
"flashify": "~0.1.2",
"gitty": "git://github.com/martindale/gitty#shipright",
"highlight.js": "~8.0.0",
"jade": "^1.6.0",
"less-middleware": "~0.1.14",
"maki-jsonrpc": "^0.1.1",
"maki-mongoose-hooks": "^0.1.0",
"maki-queue": "0.0.1",
"maki-service-websockets": "^0.1.1",
"marked": "~0.3.2",
"mime": "~1.2.11",
"moment": "~2.6.0",
"mongoose": "~3.8.1",
"mongoose-slug": "~1.3.0",
"passport": "^0.2.1",
"passport-google": "~0.3.0",
"passport-local": "^1.0.0",
"passport-local-mongoose": "git://github.com/saintedlama/passport-local-mongoose",
"pretty-diff": "git://github.com/martindale/pretty-diff#shipright",
"pushover": "git://github.com/martindale/pushover#shipright",
"redis": "~0.10.1",
"underscore": "~1.6.0",
"atob": "^1.1.2",
"lockfile": "^1.0.0",
"shellwords": "^0.1.0"
},
"devDependencies": {
"debug": "^2.0.0",
"debug-trace": "^0.2.3",
"mocha": "^1.21.4"
}
}