-
Notifications
You must be signed in to change notification settings - Fork 24
/
package.json
36 lines (36 loc) · 944 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": "yamlinc",
"version": "0.1.10",
"license": "MIT",
"author": {
"name": "Francesco Bianco",
"email": "bianco@javanile.org"
},
"repository": {
"type": "git",
"url": "https://github.com/javanile/yamlinc.git"
},
"bin": {
"yamlinc": "./bin/yamlinc"
},
"preferGlobal": true,
"scripts": {
"test": "mocha --reporter spec --recursive | sed '/^\\s*$/d'",
"coverage": "istanbul cover node_modules/mocha/bin/_mocha -- -R spec --recursive"
},
"devDependencies": {
"chai": "^3.5.0",
"chai-fs": "^1.0.0",
"cloudformation-schema-js-yaml": "^1.0.1",
"mocha": "^5.2.0"
},
"dependencies": {
"chokidar": "^2.0.4",
"colors": "^1.3.3",
"cuid": "^2.1.5",
"deepmerge": "^2.2.1",
"js-yaml": "^3.13.1",
"mkdirp": "^0.5.1",
"object.values": "^1.0.4"
}
}