-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 970 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": "1.0.4",
"description": "YCB is a multi-dimensional configuration library that builds bundles from resource files describing a variety of values.",
"author": "Ric Allinson <[email protected]>",
"contributors": [
"Drew Folta <[email protected]>",
"Michael Ridgway <[email protected]>",
"Caridy Patino <[email protected]>"
],
"dependencies": {},
"main": "index",
"scripts": {
"test": "node tests/unit"
},
"engines": {
"node": ">0.4",
"npm": ">1.0"
},
"devDependencies": {
"yui": ">3.5",
"istanbul": ">=0.1.32",
"jslint": "~0.1.9"
},
"repository": {
"type": "git",
"url": "git://github.com/yahoo/ycb.git"
},
"bugs": "https://github.com/yahoo/ycb/issues",
"yahoo": {
"bugzilla": {
"product": "Mojito",
"component": "YCB"
}
}
}