-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
44 lines (44 loc) · 963 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
38
39
40
41
42
43
44
{
"name": "jvu",
"version": "0.1.0-alpha.0",
"description": "Json-schema Validator Utilities",
"main": "lib/index.js",
"scripts": {
"test": "jasmine JASMINE_CONFIG_PATH=jasmine.json",
"lint": "eslint lib/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/korzio/jvu.git"
},
"keywords": [
"json-schema",
"json",
"schema",
"functional",
"fp",
"matching-patern",
"matching",
"pattern",
"if-less",
"case-classes",
"validator",
"utils",
"utilities"
],
"author": "Alexander Korzhikov <korzio@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/korzio/jvu/issues"
},
"devDependencies": {
"ajv": "^4.10.0",
"djv": "^0.1.3",
"eslint": "^3.10.0",
"eslint-config-airbnb-base": "^10.0.1",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jasmine": "^2.1.0",
"jasmine": "^2.5.2",
"jjv": "^1.0.2"
}
}