forked from krg7880/json-schema-generator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.09 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
{
"name": "json-schema-generator",
"version": "2.0.3",
"description": "JSON schema generator based on draft-v4.",
"main": "./index.js",
"directories": {
"test": "test"
},
"bin": {
"json-schema-generator": "./bin/cli.js"
},
"readmeFilename": "Readme.md",
"bugs": {
"url": "https://github.com/krg7880/json-schema-generator/issues"
},
"homepage": "https://github.com/krg7880/json-schema-generator",
"dependencies": {
"json-promise": "^1.1.8",
"mkdirp": "^0.5.0",
"optimist": "^0.6.1",
"pretty-data": "^0.40.0",
"request": "^2.81.0"
},
"devDependencies": {
"chai": "^1.9.2",
"chai-json-schema": "^1.1.0",
"coveralls": "^2.11.2",
"gulp": "^3.8.9",
"gulp-concat": "^2.4.1",
"gulp-markdox": "^0.1.0",
"gulp-mocha": "^2.2.0",
"mocha": "^1.21.4",
"node-stubby-server-cli": "^1.0.0"
},
"scripts": {
"test": "gulp"
},
"keywords": [
"json schema",
"json schema generator",
"schema",
"json",
"generator",
"draft",
"v4"
],
"author": "Kirk Gordon<[email protected]>",
"license": "MIT"
}