forked from atomiqio/json-schema-builder
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.13 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.13 KB
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
{
"name": "json-schema-builder",
"version": "0.0.5",
"description": "Library for generating JSON Schema.",
"main": "./dist/lib",
"scripts": {
"test": "gulp test",
"test-node-0.12": "mocha dist/test -- --harmony",
"clean": "gulp clean"
},
"repository": {
"type": "git",
"url": "git+https://github.com/atomiqio/json-schema-builder.git"
},
"keywords": [
"JSON",
"schema"
],
"contributors": [
"Tony Pujals (http://twitter.com/subfuzion)",
"Peter Svetlichny (http://twitter.com/p_svetlichny)"
],
"license": "ISC",
"bugs": {
"url": "https://github.com/atomiqio/json-schema-builder/issues"
},
"homepage": "https://github.com/atomiqio/json-schema-builder#readme",
"dependencies": {
"babel-runtime": "^5.4.7",
"lodash": "^3.10.0"
},
"devDependencies": {
"babel": "^5.4.7",
"chalk": "^1.1.0",
"del": "^1.2.0",
"gulp": "^3.9.0",
"gulp-babel": "^5.1.0",
"gulp-concat": "^2.5.2",
"gulp-mocha": "^2.1.0",
"gulp-sourcemaps": "^1.5.2",
"gulp-util": "^3.0.5",
"json-schema-test-suite": "0.0.10",
"tv4": "^1.1.9",
"z-schema": "^3.11.0"
}
}