-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 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
{
"name": "json-schema-valid-component",
"version": "0.1.9",
"description": "JSON Schema validator",
"main": "index.js",
"directories": {
"type": "type",
"format": "format",
"test": "test"
},
"scripts": {
"test": "make node && mocha --ui bdd test/suite.js test/tests.js"
},
"dependencies": {
"json-schema-core-component": "https://github.com/ericgj/json-schema-core/tarball/master",
"each-component": "https://github.com/component/each/tarball/master",
"component-type": "https://github.com/component/type/tarball/master",
"indexof-component": "https://github.com/component/indexof/tarball/master",
"to-function": "https://github.com/component/to-function/tarball/master",
"is-browser": "https://github.com/forbeslindesay/is-browser/tarball/master"
},
"devDependencies": {
"json-schema-hyper-component": "https://github.com/ericgj/json-schema-hyper/tarball/master",
"mocha": "*"
},
"repository": {
"type": "git",
"url": "https://github.com/ericgj/json-schema-valid.git"
},
"author": "Eric Gjertsen",
"license": "MIT"
}