forked from martindale/shipyard
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.02 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
{
"name": "shipright",
"version": "0.0.0",
"description": "open source github clone in node.",
"main": "shipright.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/martindale/shipright.git"
},
"author": "Eric Martindale",
"license": "GPLv3",
"readmeFilename": "README.md",
"dependencies": {
"passport": "~0.1.16",
"jade": "~0.28.2",
"passport-local-mongoose": "~0.2.1",
"express": "~3.4.5",
"mongoose": "~3.8.1",
"passport-local": "~0.1.6",
"less-middleware": "~0.1.14",
"mongoose-slug": "~1.3.0",
"flashify": "~0.1.2",
"underscore": "~1.6.0",
"async": "~0.7.0",
"nodegit": "~0.1.1",
"connect-redis": "~1.4.7",
"redis": "~0.10.1",
"moment": "~2.6.0",
"pushover": "~1.3.5",
"mime": "~1.2.11",
"marked": "~0.3.2",
"highlight.js": "~8.0.0",
"pullover": "0.0.1",
"cookie-parser": "~1.0.1",
"body-parser": "~1.0.2",
"gitty": "~2.1.0"
}
}