-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 loc) · 1.14 KB
/
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "json-normalizer",
"version": "0.3.5",
"description": "Normalize a json object to meets a json-schema using extended schema descriptor.",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/amobiz/json-normalizer.git"
},
"scripts": {
"test": "mocha --recursive test/spec"
},
"keywords": [
"alias",
"default",
"defaults",
"default value",
"default values",
"convert",
"conversion",
"normalize",
"normalizer",
"manipulate",
"manipulation",
"pattern",
"patternProperties",
"property",
"properties",
"regular expression",
"regex",
"key",
"keys",
"type",
"types",
"json",
"json-schema",
"schema",
"sync",
"extend",
"extends",
"extension",
"async"
],
"author": "Amobiz",
"license": "MIT",
"bugs": {
"url": "https://github.com/amobiz/json-normalizer/issues"
},
"homepage": "https://github.com/amobiz/json-normalizer",
"devDependencies": {
"eslint": "^2.12.0",
"mocha": "^2.3.4",
"mocha-cases": "^0.1.5"
},
"dependencies": {
"lodash": "^4.0.0"
}
}