-
-
Notifications
You must be signed in to change notification settings - Fork 80
/
Copy pathpackage.json
65 lines (65 loc) · 1.61 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
61
62
63
64
65
{
"name": "json2md",
"version": "2.0.1",
"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://git@github.com/IonicaBizau/json2md.git"
},
"keywords": [
"json",
"markdown",
"converter",
"generator"
],
"author": "Ionică Bizău <bizauionica@gmail.com> (https://ionicabizau.net)",
"contributors": [
"Crisoforo Gaspar <github@crisoforo.com>",
"Dmitry Tsvettsikh <me@reklatsmasters.com>",
"Daniel Bastos <danielbastos@live.com>",
"Keith Chen <keith.chenzhun@yahoo.com>",
"Cédric Delpoux <cedric.delpoux@gmail.com>",
"Jan-Philipp Steghöfer <gh@splashstudio.com>"
],
"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.13"
},
"devDependencies": {
"tester": "^1.4.5"
},
"files": [
"bin/",
"app/",
"lib/",
"dist/",
"src/",
"scripts/",
"resources/",
"menu/",
"cli.js",
"index.js",
"bloggify.js",
"bloggify.json",
"bloggify/"
]
}