forked from IonicaBizau/json2md
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.08 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
{
"name": "json2md",
"version": "1.0.0",
"description": "A JSON to Markdown converter.",
"main": "lib/index.js",
"directories": {
"example": "example",
"test": "test"
},
"scripts": {
"test": "mocha 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)",
"license": "KINDLY",
"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": {},
"devDependencies": {
"mocha": "^2.3.3"
}
}