-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
46 lines (46 loc) · 1.04 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
{ "name" : "yeti"
, "description" : "The YUI Easy Testing Interface"
, "keywords" :
[ "YUI"
, "web app"
, "YUITest"
, "TDD"
, "BDD"
, "yui3"
, "test"
]
, "version" : "0.1.3"
, "author" : "Reid Burke <[email protected]> (http://reidburke.com)"
, "contributors" :
[ "Dav Glass <[email protected]>"
]
, "homepage" : "http://yuilibrary.com/projects/yeti/"
, "repository" :
{ "type" : "git"
, "url" : "http://github.com/yui/yeti.git"
}
, "bugs" :
{ "mail" : "[email protected]"
, "web" : "http://yuilibrary.com/projects/yeti/report"
}
, "repositories" :
{ "type" : "git"
, "url" : "http://github.com/yui/yeti.git"
}
, "bin" : { "yeti" : "./cli.js" }
, "engines" : { "node" : ">=0.2.0" }
, "scripts" :
{ "postinstall" : "./scripts/postinstall.sh"
}
, "dependencies" :
{ "express" : "=1.0.0"
, "connect" : "=0.5.0"
, "jade" : "=0.5.7"
, "optimist" : "=0.1.1"
}
, "licenses" :
[ { "type" : "BSD"
, "url" : "http://developer.yahoo.com/yui/license.html"
}
]
}