-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 853 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
{
"name": "schema-inspector-anyOf",
"version": "1.0.1",
"description": "Custom-Checker \"anyOf\" for Schema-Inspector",
"main": "index.js",
"scripts": {
"test": "mocha --compilers js:babel-register ./test/**/*.spec.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/joergpatz/schema-inspector-anyof.git"
},
"keywords": [
"javascript",
"schema",
"json",
"anyOf"
],
"author": "Joerg Patzer",
"license": "MIT",
"bugs": {
"url": "https://github.com/joergpatz/schema-inspector-anyof/issues"
},
"homepage": "https://github.com/joergpatz/schema-inspector-anyof#readme",
"dependencies": {
"schema-inspector": "^1.6.4"
},
"devDependencies": {
"babel-polyfill": "^6.9.1",
"babel-preset-es2015": "^6.9.0",
"babel-register": "^6.9.0",
"mocha": "^2.5.3"
}
}