forked from DevExpress/testcafe
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
67 lines (67 loc) · 1.57 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
{
"name": "testcafe",
"version": "0.0.1",
"bin": {
"testcafe": "./bin/testcafe"
},
"dependencies": {
"array-find": "^1.0.0",
"async": "0.2.6",
"babel-runtime": "^5.6.15",
"chalk": "^1.1.0",
"commander": "^2.8.1",
"dedent": "^0.4.0",
"elegant-spinner": "^1.0.1",
"endpoint-utils": "^1.0.0",
"es6-promise": "^3.0.2",
"es6-promisify": "^3.0.0",
"escape-html": "^1.0.2",
"eslint-plugin-babel": "^2.1.1",
"flatten": "0.0.1",
"globby": "^3.0.1",
"indent-string": "^1.2.2",
"log-update": "^1.0.2",
"mkdirp": "^0.5.1",
"moment": "^2.10.3",
"moment-duration-format": "^1.3.0",
"mustache": "^2.1.2",
"os-family": "^1.0.0",
"parse5": "^1.5.0",
"qrcode-terminal": "^0.10.0",
"read-file-relative": "^1.2.0",
"testcafe-browser-natives": "^0.10.0",
"testcafe-hammerhead": "^2.0.1",
"uglify-js": "1.2.6",
"useragent": "^2.1.7",
"uuid": "^2.0.1"
},
"devDependencies": {
"babel": "^5.8.23",
"babel-eslint": "^4.0.10",
"chai": "^3.0.0",
"del": "^1.2.0",
"gulp": "^3.9.0",
"gulp-babel": "^5.2.1",
"gulp-eslint": "^1.0.0",
"gulp-if": "^2.0.0",
"gulp-less": "^3.0.3",
"gulp-ll": "^1.0.1",
"gulp-mocha": "^2.1.2",
"gulp-mustache": "^1.1.1",
"gulp-qunit-harness": "^0.1.10",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^1.5.1",
"gulp-util": "^3.0.7",
"gulp-webmake": "0.0.4",
"request": "^2.58.0",
"tmp": "0.0.28",
"yargs": "^3.26.0"
},
"files": [
"lib",
"bin"
],
"scripts": {
"test": "gulp travis"
}
}