-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 844 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 844 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
{
"name": "nci-yaml-reader",
"version": "1.2.3",
"description": "YAML config files reader for nci",
"main": "lib/index.js",
"scripts": {
"test": "mocha --bail --reporter=spec"
},
"repository": {
"type": "git",
"url": "https://github.com/node-ci/nci-yaml-reader.git"
},
"keywords": [
"nciplugin",
"yaml"
],
"author": "Oleg Korobenko <oleg.korobenko@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/node-ci/nci-yaml-reader/issues"
},
"homepage": "https://github.com/node-ci/nci-yaml-reader",
"dependencies": {
"js-yaml": "3.13.1",
"twostep": "0.4.1",
"underscore": "1.12.1"
},
"peerDependencies": {
"nci": "0.10.x || 1.0.x"
},
"devDependencies": {
"expect.js": "0.3.1",
"mocha": "8.3.2",
"rewire": "2.5.1",
"sinon": "1.17.2"
}
}