-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 733 Bytes
/
Copy pathpackage.json
File metadata and controls
28 lines (28 loc) · 733 Bytes
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
{
"name": "git-hoist",
"version": "0.0.1",
"description": "A Git repo hosting app written in nodejs that supports http/https/ssh protocols for Git.",
"main": "./lib/index",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/markgardner/git-hoist.git"
},
"author": "Mark Gardner",
"license": "BSD",
"dependencies": {
"asset-manager": "git+https://github.com/fs-webdev/asset-manager.git",
"async": "~0.2.9",
"pushover": "~1.3.3",
"highlight.js": "~7.3.0",
"jade": "~0.35.0",
"mime": "~1.2.11",
"marked": "~0.2.10",
"underscore": "~1.5.2"
},
"engines": {
"node": "~0.8 || ~0.10"
}
}