-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
36 lines (36 loc) · 919 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
{
"name": "another-json-schema",
"version": "4.0.0",
"description": "Another JSON Schema, simple & flexible & intuitive.",
"main": "index.js",
"scripts": {
"test": "./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha -r ./node_modules/intelli-espower-loader test --timeout=10000"
},
"keywords": [
"json",
"schema",
"json-schema",
"validate",
"validator",
"json-validate",
"json-validator"
],
"license": "MIT",
"dependencies": {
"validator": "13.12.0"
},
"repository": {
"type": "git",
"url": "https://github.com/nswbmw/another-json-schema"
},
"devDependencies": {
"eslint-config-standard": "17.1.0",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-promise": "6.6.0",
"intelli-espower-loader": "1.1.0",
"istanbul": "0.4.5",
"mocha": "10.8.2",
"power-assert": "1.6.1"
}
}