File tree Expand file tree Collapse file tree 1 file changed +41
-41
lines changed Expand file tree Collapse file tree 1 file changed +41
-41
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " doxdox" ,
3
- "description" : " HTML, Markdown and Dash documentation generator." ,
4
- "version" : " 0.1.2" ,
5
- "bin" : " ./bin/doxdox" ,
6
- "preferGlobal" : true ,
7
- "license" : " MIT" ,
8
- "dependencies" : {
9
- "chalk" : " 0.5.1" ,
10
- "dox" : " 0.6.1" ,
11
- "handlebars" : " 2.0.0" ,
12
- "highlight.js" : " 8.4.0" ,
13
- "promise" : " 6.1.0" ,
14
- "sqlite3" : " 3.0.4" ,
15
- "adm-zip" : " 0.4.4" ,
16
- "temp" : " 0.8.1" ,
17
- "marked" : " 0.3.2"
18
- },
19
- "devDependencies" : {
20
- "mocha" : " 2.1.0"
21
- },
22
- "scripts" : {
23
- "test" : " make test"
24
- },
25
- "keywords" : [
26
- " documentation" ,
27
- " html" ,
28
- " bootstrap" ,
29
- " markdown" ,
30
- " dash"
31
- ],
32
- "authors" : [
33
- {
34
- "name" : " Scott Doxey" ,
35
- "email" : " hello@scottdoxey.com" ,
36
- "homepage" : " http://scottdoxey.com/"
37
- }
38
- ],
39
- "homepage" : " https://github.com/neogeek/doxdox" ,
40
- "repository" : {
41
- "type" : " git" ,
42
- "url" : " git://github.com/neogeek/doxdox.git"
2
+ "name" : " doxdox" ,
3
+ "description" : " HTML, Markdown and Dash documentation generator." ,
4
+ "version" : " 0.1.2" ,
5
+ "bin" : " ./bin/doxdox" ,
6
+ "preferGlobal" : true ,
7
+ "license" : " MIT" ,
8
+ "dependencies" : {
9
+ "adm-zip" : " 0.4.4" ,
10
+ "chalk" : " 0.5.1" ,
11
+ "dox" : " 0.6.1" ,
12
+ "handlebars" : " 2.0.0" ,
13
+ "highlight.js" : " 8.4.0" ,
14
+ "marked" : " 0.3.3" ,
15
+ "promise" : " 6.1.0" ,
16
+ "sqlite3" : " 3.0.4" ,
17
+ "temp" : " 0.8.1"
18
+ },
19
+ "devDependencies" : {
20
+ "mocha" : " 2.1.0"
21
+ },
22
+ "scripts" : {
23
+ "test" : " make test"
24
+ },
25
+ "keywords" : [
26
+ " documentation" ,
27
+ " html" ,
28
+ " bootstrap" ,
29
+ " markdown" ,
30
+ " dash"
31
+ ],
32
+ "authors" : [
33
+ {
34
+ "name" : " Scott Doxey" ,
35
+ "email" : " hello@scottdoxey.com" ,
36
+ "homepage" : " http://scottdoxey.com/"
43
37
}
38
+ ],
39
+ "homepage" : " https://github.com/neogeek/doxdox" ,
40
+ "repository" : {
41
+ "type" : " git" ,
42
+ "url" : " git://github.com/neogeek/doxdox.git"
43
+ }
44
44
}
You can’t perform that action at this time.
0 commit comments