forked from IonicaBizau/json2md
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.43 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "json2md",
"version": "1.5.6",
"description": "A JSON to Markdown converter.",
"main": "lib/index.js",
"directories": {
"example": "example",
"test": "test"
},
"scripts": {
"test": "node test"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/IonicaBizau/json2md.git"
},
"keywords": [
"json",
"markdown",
"converter",
"generator"
],
"author": "Ionică Bizău <[email protected]> (http://ionicabizau.net)",
"contributors": [
"Crisoforo Gaspar <[email protected]>",
"Dmitry Tsvettsikh <[email protected]>",
"Daniel Bastos <[email protected]>"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/IonicaBizau/json2md/issues"
},
"homepage": "https://github.com/IonicaBizau/json2md#readme",
"blah": {
"h_img": "http://i.imgur.com/uj64JFw.png",
"description": "If you're looking to use this on the client side, that's also possible. Check out the [`dist`](/dist) directory.",
"usages": [
"I am using this library to generate documentation for my projects, being integrated with [blah](https://github.com/IonicaBizau/node-blah)."
]
},
"dependencies": {
"indento": "^1.1.7"
},
"devDependencies": {
"tester": "^1.3.0"
},
"files": [
"bin/",
"app/",
"lib/",
"build/",
"dist/",
"src/",
"resources/",
"menu/",
"scripts/",
"cli.js",
"index.js"
]
}