-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.05 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
{
"name": "doffy",
"version": "0.0.7",
"description": "a headless browser automation library with easy-use API",
"main": "doffy",
"scripts": {
"build": "babel src -d lib",
"eslint": "eslint src/*; exit 0",
"test": "mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/qieguo2016/doffy.git"
},
"author": {
"name": "qieguo",
"email": "qieguo.chow@gmail.com"
},
"dependencies": {
"chrome-remote-interface": "^0.22.0",
"lighthouse": "^1.6.5"
},
"devDependencies": {
"babel-cli": "^6.18.0",
"babel-core": "^6.20.0",
"babel-eslint": "^7.2.2",
"babel-polyfill": "^6.0.16",
"babel-preset-env": "^1.1.4",
"chai": "^1.9.1",
"eslint": "^3.12.2",
"eslint-config-airbnb": "^14.0.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^4.0.0",
"eslint-plugin-react": "^6.8.0",
"mocha": "^3.3.0"
},
"keywords": [
"headless",
"framework",
"test",
"ui",
"crawling"
],
"engines": {
"node": ">=6"
},
"license": "MIT"
}