-
Notifications
You must be signed in to change notification settings - Fork 36
/
Copy pathpackage.json
61 lines (61 loc) · 1.72 KB
/
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"name": "yogi",
"description": "YUI Or Gallery Interface (CLI to YUI and Gallery development)",
"version": "0.1.13",
"author": "Dav Glass <[email protected]>",
"bin": {
"yogi": "./bin/yogi.js"
},
"dependencies": {
"grover": "~0.1.10",
"yuidocjs": "~0.3.31",
"selleck": "~0.1.18",
"yuitest": "~0.7.9",
"combohandler": "0.2.0",
"express": "~3.1.0",
"yui-lint": "~0.1.1",
"jshint": "~0.9.0",
"cpr": "~0.0.3",
"ansi-color": "~0.2.1",
"request": "~2.21.0",
"rimraf": "~2.1.4",
"nopt": "~1.0.10",
"mkdirp": "~0.3.3",
"osenv": "~0.0.3",
"shifter": "~0.4.0",
"portfinder": "~0.2.1",
"echoecho": "~0.1.4",
"istanbul": "0.1.37",
"walkdir": "~0.0.7",
"treeify": "~0.2.0",
"yeti": "~0.2.23",
"editor": "~0.0.4",
"wiky.js": "~0.0.1",
"timethat": "~0.0.2",
"git-travis": "~0.1.5",
"win-spawn": "~1.1.1",
"which": "~1.0.5",
"ansispan": "~0.0.4",
"complete": "~0.4.3",
"promises-aplus-tests": "~1.3.1"
},
"scripts": {
"pretest": "jshint --config ./node_modules/yui-lint/jshint.json ./lib/*.js ./lib/*/*.js",
"test": "istanbul cover --print both vows -- --spec ./tests/*.js"
},
"devDependencies": {
"vows": "~0.7.0"
},
"preferGlobal": "true",
"bugs": { "url" : "http://github.com/yui/yogi/issues" },
"licenses":[
{
"type" : "BSD",
"url" : "https://github.com/yui/yogi/blob/master/LICENSE"
}
],
"repository": {
"type":"git",
"url":"http://github.com/yui/yogi.git"
}
}