-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
32 lines (32 loc) · 837 Bytes
/
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
{
"name": "chimp-webdriverio-example",
"version": "1.0.0",
"description": "Example of chimp webdriverio and mocha",
"scripts": {
"test": "node node_modules/.bin/chimp",
"lint": "node node_modules/.bin/eslint ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/StephenDavidson/chimp-webdriverio-example.git"
},
"keywords": [
"chimp",
"webdriverio",
"mocha"
],
"author": "Stephen Davidson",
"license": "MIT",
"bugs": {
"url": "https://github.com/StephenDavidson/chimp-webdriverio-example/issues"
},
"homepage": "https://github.com/StephenDavidson/chimp-webdriverio-example#readme",
"dependencies": {
"chimp": "^0.41.1"
},
"devDependencies": {
"eslint": "^3.8.0",
"eslint-config-airbnb-base": "^9.0.0",
"eslint-plugin-import": "^2.0.1"
}
}