UNPKG

1.93 kBJSONView Raw
1{
2 "name": "testcafe-browser-tools",
3 "version": "2.0.6",
4 "description": "An utility library for performing platform-dependent actions on browsers.",
5 "homepage": "https://github.com/DevExpress/testcafe-browser-tools",
6 "bugs": "https://github.com/DevExpress/testcafe-browser-tools/issues",
7 "license": "MIT",
8 "author": "Developer Express Inc.",
9 "repository": {
10 "type": "git",
11 "url": "https://github.com/DevExpress/testcafe-browser-tools.git"
12 },
13 "engines": {
14 "node": ">= 0.10"
15 },
16 "dependencies": {
17 "array-find": "^1.0.0",
18 "babel-runtime": "^5.6.15",
19 "dedent": "^0.7.0",
20 "del": "^5.1.0",
21 "graceful-fs": "^4.1.11",
22 "execa": "^3.3.0",
23 "linux-platform-info": "^0.0.3",
24 "lodash": "^4.17.15",
25 "mkdirp": "^0.5.1",
26 "mustache": "^2.1.2",
27 "nanoid": "^2.1.3",
28 "os-family": "^1.0.0",
29 "pify": "^2.3.0",
30 "pinkie": "^2.0.1",
31 "read-file-relative": "^1.2.0",
32 "which-promise": "^1.0.0"
33 },
34 "devDependencies": {
35 "babel-eslint": "^4.0.10",
36 "body-parser": "^1.13.2",
37 "chai": "^3.2.0",
38 "dmd-plugin-async": "^0.1.1",
39 "eslint": "4.18.2",
40 "eslint-plugin-babel": "^2.1.1",
41 "express": "^3.21.1",
42 "gulp": "^4.0.2",
43 "gulp-changed": "^1.3.0",
44 "gulp-chmod": "^1.3.0",
45 "gulp-eslint": "^1.0.0",
46 "gulp-flatten": "^0.1.0",
47 "gulp-mocha": "^2.1.3",
48 "gulp-msbuild": "^0.5.2",
49 "gulp-remote-src": "^0.4.1",
50 "hogan-express": "^0.5.2",
51 "jsdoc-to-markdown": "^5.0.2",
52 "publish-please": "^2.3.1",
53 "tar-stream": "^1.5.5",
54 "through2": "^2.0.0",
55 "tmp": "0.0.33",
56 "typescript": "^3.6.4",
57 "viewportsizes": "^0.1.2"
58 },
59 "scripts": {
60 "test": "gulp test",
61 "publish-please": "publish-please",
62 "prepublish": "publish-please guard"
63 },
64 "main": "./lib/index",
65 "files": [
66 "lib",
67 "bin",
68 "data"
69 ]
70}