forked from DevExpress/testcafe-browser-tools
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
66 lines (66 loc) · 1.71 KB
/
package.json
File metadata and controls
66 lines (66 loc) · 1.71 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
{
"name": "testcafe-browser-tools",
"version": "2.0.10",
"description": "An utility library for performing platform-dependent actions on browsers.",
"homepage": "https://github.com/DevExpress/testcafe-browser-tools",
"bugs": "https://github.com/DevExpress/testcafe-browser-tools/issues",
"license": "MIT",
"author": "Developer Express Inc.",
"repository": {
"type": "git",
"url": "https://github.com/DevExpress/testcafe-browser-tools.git"
},
"engines": {
"node": ">= 0.10"
},
"dependencies": {
"array-find": "^1.0.0",
"babel-runtime": "^5.6.15",
"dedent": "^0.7.0",
"del": "^5.1.0",
"graceful-fs": "^4.1.11",
"execa": "^3.3.0",
"linux-platform-info": "^0.0.3",
"lodash": "^4.17.15",
"mkdirp": "^0.5.1",
"mustache": "^2.1.2",
"nanoid": "^2.1.3",
"os-family": "^1.0.0",
"pify": "^2.3.0",
"pinkie": "^2.0.1",
"read-file-relative": "^1.2.0",
"which-promise": "^1.0.0"
},
"devDependencies": {
"body-parser": "^1.13.2",
"chai": "^3.2.0",
"dmd-plugin-async": "^0.1.1",
"eslint-plugin-no-only-tests": "^2.4.0",
"express": "^3.21.1",
"gulp": "^4.0.2",
"gulp-chmod": "^1.3.0",
"gulp-eslint": "^6.0.0",
"gulp-flatten": "^0.1.0",
"gulp-mocha": "^2.1.3",
"gulp-msbuild": "^0.5.2",
"hogan-express": "^0.5.2",
"jsdoc-to-markdown": "^5.0.2",
"proxyquire": "^2.1.3",
"publish-please": "^2.3.1",
"tar-stream": "^1.5.5",
"through2": "^2.0.0",
"tmp": "0.0.33",
"typescript": "^3.6.4"
},
"scripts": {
"test": "gulp test",
"publish-please": "publish-please",
"prepublish": "publish-please guard"
},
"main": "./lib/index",
"files": [
"lib",
"bin",
"data"
]
}