forked from DevExpress/testcafe-browser-tools
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.4 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
{
"name": "testcafe-browser-natives",
"version": "0.10.2",
"description": "A library used by TestCafe for performing platform-dependent actions on browsers.",
"homepage": "https://github.com/DevExpress/testcafe-browser-natives",
"bugs": "https://github.com/DevExpress/testcafe-browser-natives/issues",
"license": "SEE LICENSE IN LICENSE",
"author": "Developer Express Inc.",
"repository": {
"type": "git",
"url": "https://github.com/DevExpress/testcafe-browser-natives.git"
},
"engines": {
"node": ">= 0.10"
},
"dependencies": {
"array-find": "^1.0.0",
"babel-runtime": "^5.6.15",
"mustache": "^2.1.2",
"os-family": "^1.0.0",
"promise": "^7.0.3",
"read-file-relative": "^1.2.0",
"viewport-list": "^3.0.1"
},
"devDependencies": {
"babel-eslint": "^4.0.10",
"body-parser": "^1.13.2",
"chai": "^3.2.0",
"del": "^1.2.0",
"dmd-plugin-async": "^0.1.1",
"eslint": "^1.6.0",
"eslint-plugin-babel": "^2.1.1",
"express": "^3.21.1",
"gulp": "^3.9.0",
"gulp-babel": "^5.1.0",
"gulp-concat": "^2.6.0",
"gulp-eslint": "^1.0.0",
"gulp-flatten": "^0.1.0",
"gulp-jsdoc-to-markdown": "^1.1.1",
"gulp-mocha": "^2.1.3",
"gulp-msbuild": "^0.2.12",
"hogan-express": "^0.5.2",
"through2": "^2.0.0"
},
"scripts": {
"test": "gulp test"
},
"main": "./lib/index",
"files": [
"lib",
"bin"
]
}