forked from assaf/zombie
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
63 lines (63 loc) · 1.21 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": "zombie",
"version": "0.8.8",
"description": "Insanely fast, full-stack, headless browser testing using Node.js",
"homepage": "http://zombie.labnotes.org/",
"author": "Assaf Arkin <[email protected]> (http://labnotes.org/)",
"keywords": [
"test",
"spec",
"headless",
"full-stack"
],
"directories": {
"doc": "./doc",
"lib": "./lib",
"man": "./man7"
},
"files": [
"README.md",
"CHANGELOG.md",
"Cakefile",
"MIT-LICENSE",
"TODO.md",
"package.json",
"dep",
"src",
"spec"
],
"scripts": {
"build": "cake build",
"test": "vows"
},
"engines": {
"node": "*"
},
"dependencies": {
"base64": "1.0.1",
"cssom": "0.2.0",
"html5": "0.2.7",
"jsdom": "0.1.23",
"mime": "1.1.0"
},
"devDependencies": {
"coffee-script": ">= 1.0.0",
"docco": "0.3.0",
"express": "1.0.1",
"ronn": "0.3.5",
"vows": "0.5.3"
},
"repository": {
"type": "git",
"url": "https://[email protected]/assaf/zombie.git"
},
"bugs": {
"url": "http://github.com/assaf/zombie/issues"
},
"licenses": [
{
"type": "MIT",
"url": "http://github.com/assaf/zombie/raw/master/MIT-LICENSE"
}
]
}