-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
32 lines (32 loc) · 907 Bytes
/
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
{
"name": "json-schema-documentation",
"version": "0.0.2",
"description": "Json-Schema documentation project",
"main": "index.js",
"scripts": {
"postinstall": "lerna bootstrap",
"publish:canary": "lerna publish --conventional-commits -c",
"publish": "lerna publish --conventional-commits"
},
"author": "Francois-Guillaume Ribreau <npm@fgribreau.com> (http://fgribreau.com/)",
"license": "MIT",
"dependencies": {},
"repository": {
"type": "git",
"url": "git://github.com/fgribreau/json-schema-documentation.git"
},
"bugs": {
"url": "https://github.com/fgribreau/json-schema-documentation/issues"
},
"homepage": "https://github.com/fgribreau/json-schema-documentation",
"keywords": [
"json-schema",
"documentation",
"json-schema-documentation",
"documentation generator",
"cli"
],
"devDependencies": {
"lerna": "^2.10.2"
}
}