-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 980 Bytes
/
package.json
File metadata and controls
44 lines (44 loc) · 980 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
{
"name": "json-commander",
"version": "1.0.0",
"description": "Commands generator for the update of json documents",
"author": {
"name": "Olivier Huin",
"email": "npm.olivier.huin@flarebyte.com"
},
"repository": "flarebyte/json-commander",
"license": "MIT",
"files": [
"index.js"
],
"keywords": [
"json-commander",
"json",
"json-schema",
"command",
"CLI"
],
"dependencies": {
"fs-extra": "^0.26.7",
"is-my-json-valid": "^2.13.1",
"joi": "^6.10.1",
"lodash": "^4.11.0",
"string": "^3.3.1"
},
"devDependencies": {
"chai": "^3.5.0",
"grunt": "^1.0.1",
"grunt-bump": "^0.7.0",
"grunt-cli": "^1.2.0",
"grunt-contrib-jshint": "^1.0.0",
"grunt-contrib-nodeunit": "^1.0.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-mocha-cli": "^2.0.0",
"jshint-stylish": "^2.1.0",
"load-grunt-tasks": "^3.4.0",
"time-grunt": "^1.3.0"
},
"scripts": {
"test": "grunt"
}
}