forked from DevExpress/testcafe-legacy-api
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
71 lines (71 loc) · 1.77 KB
/
package.json
File metadata and controls
71 lines (71 loc) · 1.77 KB
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
{
"name": "testcafe-legacy-api",
"version": "3.1.7",
"description": "Legacy API support for TestCafe",
"main": "lib/index.js",
"scripts": {
"test": "gulp test",
"publish-please": "publish-please",
"prepublish": "publish-please guard"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DevExpress/testcafe-legacy-api.git"
},
"keywords": [
"testcafe",
"legacy",
"api"
],
"author": "Developer Express Inc.",
"license": "MIT",
"bugs": {
"url": "https://github.com/DevExpress/testcafe-legacy-api/issues"
},
"homepage": "https://github.com/DevExpress/testcafe-legacy-api#readme",
"devDependencies": {
"babel-core": "^6.11.4",
"babel-eslint": "^4.0.10",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-preset-es2015": "^6.9.0",
"babel-preset-es2015-loose": "^7.0.0",
"chai": "^3.4.1",
"del": "^1.2.0",
"eslint-plugin-babel": "^2.2.0",
"gulp": "^3.9.0",
"gulp-babel": "^5.2.1",
"gulp-eslint": "^1.1.1",
"gulp-if": "^2.0.1",
"gulp-ll": "^1.0.1",
"gulp-mocha": "^2.2.0",
"gulp-mustache": "^2.2.0",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^1.5.4",
"gulp-util": "^3.0.7",
"gulp-webmake": "^0.0.4",
"highlight-es": "^1.0.0",
"multiline": "^1.0.2",
"publish-please": "^2.1.3",
"read-file-relative": "^1.2.0",
"prodperfect-testcafe-hammerhead": "1.0.2"
},
"dependencies": {
"async": "0.2.6",
"babel-runtime": "^5.8.34",
"dedent": "^0.6.0",
"highlight-es": "^1.0.0",
"lodash": "^4.14.0",
"moment": "^2.14.1",
"mustache": "^2.2.1",
"os-family": "^1.0.0",
"parse5": "^2.1.5",
"pify": "^2.3.0",
"pinkie": "^2.0.1",
"strip-bom": "^2.0.0"
},
"files": [
"lib",
"src",
"test"
]
}