-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 1009 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": "ycb",
"version": "2.1.1",
"description": "YCB is a multi-dimensional configuration library that builds bundles from resource files describing a variety of values.",
"author": "Ric Allinson <allinson@yahoo-inc.com>",
"license": "BSD",
"contributors": [
"Drew Folta <folta@yahoo-inc.com>",
"Michael Ridgway <mridgway@yahoo-inc.com>",
"Caridy Patino <caridy@yahoo-inc.com>",
"Isao Yagi <isao@yahoo-inc.com>"
],
"dependencies": {},
"main": "index",
"scripts": {
"cover": "nyc npm run test",
"dev": "mocha tests/unit --recursive --reporter spec -w",
"lint": "eslint .",
"pretest": "npm run lint",
"test": "mocha tests/unit --recursive --reporter spec"
},
"engines": {
"node": ">0.4",
"npm": ">1.0"
},
"devDependencies": {
"eslint": "^7.0.0",
"mocha": "^8.0.1",
"nyc": "^15.0.1"
},
"repository": {
"type": "git",
"url": "git://github.com/yahoo/ycb.git"
},
"bugs": "https://github.com/yahoo/ycb/issues"
}