-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
29 lines (29 loc) · 1.04 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
{
"name": "json-schema-suite",
"version": "0.0.3",
"description": "JSON Schema components bundled",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "echo '*** make sure you run node test/server.js first ***' && mocha --ui bdd test/tests.js"
},
"dependencies": {
"json-schema-core-component": "https://github.com/ericgj/json-schema-core/tarball/master",
"json-schema-hyper-component": "https://github.com/ericgj/json-schema-hyper/tarball/master",
"json-schema-valid-component": "https://github.com/ericgj/json-schema-valid/tarball/master",
"json-schema-agent-component": "https://github.com/ericgj/json-schema-agent/tarball/master",
"superagent": "https://github.com/visionmedia/superagent/tarball/master",
"is-browser": "https://github.com/forbeslindesay/is-browser/tarball/master"
},
"devDependencies": {
"mocha": "*"
},
"repository": {
"type": "git",
"url": "https://github.com/ericgj/json-schema-suite.git"
},
"author": "Eric Gjertsen",
"license": "MIT"
}