-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
37 lines (37 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
{
"name": "docdoc-generator",
"version": "0.0.1",
"description": "A static documentation generator - like a single purpose jekyll + media files",
"main": "lib/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/preciousforever/docdoc-generator"
},
"author": "Michael Schieben <[email protected]>",
"license": "BSD",
"bugs": {
"url": "https://github.com/preciousforever/docdoc-generator/issues"
},
"devDependencies": {
"grunt-regarde": "~0.1.1",
"grunt": "~0.4.1",
"grunt-shell": "~0.4.0",
"docdoc-theme": "git+ssh://[email protected]:preciousforever/docdoc-theme.git"
},
"dependencies": {
"js-yaml": "~2.1.0",
"handlebars": "~> 4.0.0",
"rimraf": "~2.2.2",
"ncp": "git+ssh://[email protected]:rockitbaby/ncp.git",
"step": "0.0.5",
"slug": "~0.3.3",
"marked": "~> 0.3.4",
"lodash": "~2.2.1",
"wrench": "~1.5.4",
"q": "~0.9.7",
"winston": "~0.7.2"
}
}