-
Notifications
You must be signed in to change notification settings - Fork 56
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 812 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 812 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
29
30
31
32
33
34
35
36
{
"author": "JT <jt@gosquared.com>",
"name": "docker",
"version": "1.0.0",
"license": "MIT",
"dependencies": {
"async": "^1.4.0",
"commander": "^2.9.0",
"css": "^2.2.1",
"dox": "^0.8.0",
"ejs": "^2.3.3",
"extend": "^3.0.0",
"highlight.js": "^9.3.0",
"less": "^2.5.1",
"markdown-it": "^6.0.1",
"mkdirp": "^0.5.1",
"repeating": "^2.0.1",
"strip-indent": "^2.0.0",
"toc": "^0.4.0",
"watchr": "^2.4.13"
},
"bin": {
"docker": "./docker",
"docker.js": "./docker"
},
"engines": {
"node": ">=0.10.0"
},
"description": "Static documentation generator based on docco",
"homepage": "http://jbt.github.com/docker",
"repository": {
"type": "git",
"url": "git://github.com/jbt/docker.git"
},
"main": "./src/docker.js"
}