-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 918 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
36
37
{
"name": "@matter-in-motion/validators.jsonschema",
"version": "1.0.0",
"description": "Matter in Motion Extension. JSON Schema validator",
"main": "index.js",
"scripts": {
"test": "nyc ava"
},
"repository": {
"type": "git",
"url": "git+https://github.com/matter-in-motion/validators.jsonschema.git"
},
"keywords": [
"matter-in-motion",
"mmextension",
"ajv",
"jsonschema",
"validator",
"extension"
],
"author": "Alexey Novikov <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/matter-in-motion/validators.jsonschema/issues"
},
"homepage": "https://github.com/matter-in-motion/validators.jsonschema#readme",
"devDependencies": {
"@matter-in-motion/app": "^1.0.0",
"ava": "^2.4.0",
"nyc": "^14.1.1"
},
"dependencies": {
"ajv": "^6.10.2",
"ajv-keywords": "^3.4.1",
"ajv-merge-patch": "^4.1.0"
}
}