-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
63 lines (63 loc) · 1.46 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
62
63
{
"name": "yeti",
"description": "The YUI Easy Testing Interface.",
"author": "Reid Burke <[email protected]> (http://reidburke.com)",
"contributors": [
"Dav Glass <[email protected]>"
],
"keywords": [
"YUI",
"web app",
"YUITest",
"TDD",
"BDD",
"yui3",
"test"
],
"version": "0.2.1pre",
"homepage": "htp://yuilibrary.com/projects/yeti",
"repository": {
"type": "git",
"url": "http://github.com/yui/yeti.git"
},
"licenses": [
{
"type": "BSD",
"url" : "http://yuilibrary.com/license"
}
],
"bugs": {
"url": "http://yuilibrary.com/projects/yeti/report"
},
"main": "lib/yeti",
"bin": {
"yeti": "./cli.js"
},
"scripts": {
"test": "vows test/*.js",
"postinstall": "./scripts/postinstall.sh"
},
"engines": {
"node": "~0.6.4"
},
"dependencies": {
"binary": "~0.2.6",
"director": "~1.0.6",
"eventemitter2": "~0.4.8",
"eventyoshi": "~0.1.2",
"nopt": "~1.0.10",
"onyx": "~0.1.2",
"socket.io": "~0.8.7",
"union": "~0.1.4",
"graceful-fs": "~1.1.2",
"plates": "~0.2.2"
},
"devDependencies": {
"jslint": ">=0.1.4",
"pact": ">=0.1.2",
"phantom": ">=0.3.3",
"vows": ">=0.5.0",
"selleck": ">=0.1.12",
"yuidocjs": ">=0.2.26"
}
}