-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 1.06 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
{
"name": "json-schema-hyper-component",
"version": "0.0.19",
"description": "JSON Schema hypermedia (URI templating)",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "mocha --ui bdd test/tests.js"
},
"dependencies": {
"json-schema-core": "https://github.com/ericgj/json-schema-core/tarball/master",
"uritemplate": "https://github.com/ericgj/uritemplate/tarball/master",
"each-component": "https://github.com/component/each/tarball/master",
"component-type": "https://github.com/component/type/tarball/master",
"inherit-component": "https://github.com/component/inherit/tarball/master",
"find": "https://github.com/component/find/tarball/master",
"select-component": "https://github.com/component/select/tarball/master",
"is-browser": "https://github.com/forbeslindesay/is-browser/tarball/master"
},
"devDependencies": {
"mocha": "*"
},
"repository": {
"type": "git",
"url": "https://github.com/ericgj/json-schema-hyper.git"
},
"author": "Eric Gjertsen",
"license": "MIT"
}