-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
35 lines (35 loc) · 934 Bytes
/
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
{
"name": "jsonschemaparse",
"description": "Streaming JSON validation with integrated validation and error reporting tools",
"directories": {
"test": "test"
},
"devDependencies": {
"@stryker-mutator/core": "^3.3.1",
"@stryker-mutator/javascript-mutator": "^3.3.1",
"@stryker-mutator/mocha-framework": "^3.3.1",
"@stryker-mutator/mocha-runner": "^3.3.1",
"browserify": "^16.5.2",
"codemirror": "^5.57.0",
"eslint": "^7.8.1",
"json-metaschema": "^1.3.0",
"mocha": "^8.1.3"
},
"scripts": {
"test": "make test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/awwright/jsonschemaparse.git"
},
"keywords": [
"json",
"json-schema"
],
"author": "Austin Wright",
"license": "Unlicense",
"bugs": {
"url": "https://github.com/awwright/jsonschemaparse/issues"
},
"homepage": "https://github.com/awwright/jsonschemaparse#readme"
}