forked from assaf/zombie
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.44 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
{ "name": "zombie",
"version": "0.12.15",
"description": "Insanely fast, full-stack, headless browser testing using Node.js",
"homepage": "http://zombie.labnotes.org/",
"author": "Assaf Arkin <[email protected]> (http://labnotes.org/)",
"contributors": [
"Bob Lail <[email protected]> (http://boblail.tumblr.com/)",
"Brian McDaniel (https://github.com/brianmcd)",
"Damian Janowski",
"José Valim <[email protected]> (http://blog.plataformatec.com.br/)"
],
"keywords": [ "test", "tests", "testing", "TDD", "spec", "specs", "BDD", "headless", "browser",
"html", "html5", "dom", "css", "javascript", "integration", "ajax", "full-stack", "DSL" ],
"main": "lib/zombie",
"scripts": {
"test": "vows --spec"
},
"engines": {
"node": ">= 0.4.0"
},
"dependencies": {
"coffee-script": "~1.2",
"jsdom": "0.2.10",
"mime": "~1.2.4",
"ws": "~0.4.0"
},
"devDependencies": {
"docco": "~0.3.0",
"express": "~2.5.4",
"highlight": "~0.2.0",
"replay": "~1.2.3",
"ronn": "~0.3.8",
"vows": "~0.6.1"
},
"repository": {
"type": "git",
"url": "http://github.com/assaf/zombie"
},
"bugs": {
"url": "http://github.com/assaf/zombie/issues"
},
"licenses": [
{ "type": "MIT",
"url": "http://github.com/assaf/zombie/blob/master/MIT-LICENSE"
}
]
}