-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1012 Bytes
/
package.json
File metadata and controls
45 lines (45 loc) · 1012 Bytes
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
{
"name": "json-regulator",
"version": "0.1.16",
"description": "Manages conditional configurations by promoting and/or eliminating specific keys of a JSON value object.",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/amobiz/json-regulator.git"
},
"keywords": [
"json",
"json regulator",
"assign",
"assign deep",
"conditional",
"conditional configuration",
"deep",
"gulpfriendly",
"regulate",
"regulator",
"property",
"adjust",
"adjustment",
"configuration"
],
"author": "Amobiz",
"license": "MIT",
"bugs": {
"url": "https://github.com/amobiz/json-regulator/issues"
},
"homepage": "https://github.com/amobiz/json-regulator#readme",
"devDependencies": {
"chai": "^3.5.0",
"eslint": "^2.12.0",
"mocha": "^2.4.5",
"mocha-cases": "^0.1.5"
},
"dependencies": {
"defaults-deep": "^0.2.3",
"mixin-deep": "^1.1.3"
}
}