-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 925 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 925 Bytes
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
{
"name": "webdriverio-example",
"version": "1.0.0",
"description": "An example project learning to use Webdriver.IO to test a web site",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lyweiwei/webdriverio-example.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/lyweiwei/webdriverio-example/issues"
},
"homepage": "https://github.com/lyweiwei/webdriverio-example#readme",
"devDependencies": {
"babel-core": "^6.7.6",
"babel-loader": "^6.2.4",
"babel-preset-es2015": "^6.6.0",
"backbone": "^1.3.3",
"isparta-loader": "^2.0.0",
"jade": "^1.11.0",
"jade-loader": "^0.8.0",
"jquery": "^2.2.3",
"underscore": "^1.8.3",
"webdriverio": "^4.0.5",
"webpack": "^1.13.0",
"webpack-dev-server": "^1.14.1"
}
}