This repository has been archived by the owner on Dec 16, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 518
/
package.json
89 lines (89 loc) · 2.13 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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
{
"name": "zombie",
"version": "6.1.4",
"description": "Insanely fast, full-stack, headless browser testing using Node.js",
"homepage": "https://www.npmjs.com/package/zombie",
"author": "Assaf Arkin <assaf@labnotes.org> (http://labnotes.org/)",
"contributors": [
"Bob Lail <bob.lailfamily@gmail.com> (http://boblail.tumblr.com/)",
"Brian McDaniel (https://github.com/brianmcd)",
"Damian Janowski",
"José Valim <jose.valim@plataformatec.com.br> (http://blog.plataformatec.com.br/)",
"Matt Lavin <matt.lavin@gmail.com> (https://github.com/mdlavin)"
],
"engines": {
"node": ">=8.0.0"
},
"keywords": [
"test",
"tests",
"testing",
"TDD",
"spec",
"specs",
"BDD",
"headless",
"browser",
"html",
"html5",
"dom",
"css",
"javascript",
"integration",
"ajax",
"full-stack",
"DSL"
],
"main": "lib",
"scripts": {
"build": "gulp build",
"test": "gulp lint && mocha",
"prepare": "npm test && gulp build",
"postpublish": "git push"
},
"dependencies": {
"babel-runtime": "6.26.0",
"bluebird": "^3.5.1",
"debug": "^4.1.0",
"eventsource": "^1.0.5",
"iconv-lite": "^0.4.21",
"jsdom": "11.12.0",
"lodash": "^4.17.10",
"mime": "^2.3.1",
"ms": "^2.1.1",
"request": "^2.85.0",
"tough-cookie": "^2.3.4",
"ws": "^6.1.2"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-eslint": "^8.2.6",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.7.0",
"body-parser": "^1.18.3",
"cookie-parser": "^1.3.5",
"del": "^3.0.0",
"eslint": "^5.9.0",
"express": "^4.16.4",
"gulp": "^4.0.0",
"gulp-babel": "^7.0.1",
"gulp-eslint": "^5.0.0",
"gulp-exec": "^3.0.2",
"gulp-notify": "^3.2.0",
"gulp-sourcemaps": "^2.6.4",
"gulp-util": "^3.0.7",
"mocha": "^5.2.0",
"morgan": "^1.9.1",
"multiparty": "^4.2.1",
"replay": "^2.3.0",
"requirejs": "^2.3.6"
},
"repository": {
"type": "git",
"url": "http://github.com/assaf/zombie"
},
"bugs": {
"url": "http://github.com/assaf/zombie/issues"
},
"license": "MIT"
}