-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.03 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
{
"name": "macaca-chromedriver",
"version": "0.1.2",
"description": "Node.js wrapper for the selenium chromedriver.",
"keywords": [
"macaca",
"chromedriver"
],
"bin": {
"macaca-chromedriver": "./bin/macaca-chromedriver"
},
"main": "index.js",
"repository": {
"type": "git",
"url": "git://github.com/xudafeng/macaca-chromedriver.git"
},
"dependencies": {
"bluebird": "~3.0.5",
"commander": "~2.9.0",
"jszip": "~2.5.0",
"lodash": "~3.10.1",
"reliable-logger": "~1.0.7",
"request": "~2.67.0",
"request-promise": "~1.0.2"
},
"devDependencies": {
"mocha": "*",
"should": "*",
"jshint": "*",
"istanbul": "*",
"pre-commit": "1.1.1"
},
"scripts": {
"install": "./bin/macaca-chromedriver install",
"test": "make test",
"jshint": "make jshint"
},
"pre-commit": [
"jshint"
],
"homepage": "https://github.com/macacajs/macaca-chromedriver",
"author": "xudafeng",
"email": "[email protected]",
"blog": "http://xdf.me",
"license": "MIT"
}