-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 850 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": "chrome-automation",
"version": "0.0.1",
"description": "Record and playback multi-page automation scripts",
"repository": {
"type": "git",
"url": "git+https://github.com/taylorleh/chrome-automation"
},
"scripts": {
"logRemove": "gulp removeLog"
},
"devDependencies": {
"eslint": "^3.4.0",
"eslint-config-airbnb": "^10.0.1",
"eslint-config-airbnb-base": "^7.0.0",
"eslint-plugin-import": "^1.15.0",
"eslint-plugin-jsx-a11y": "^2.2.1",
"eslint-plugin-react": "^6.2.0",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-concat": "^2.6.0",
"gulp-sourcemaps": "^1.6.0",
"gulp-util": "^3.0.7",
"pre-commit": "^1.1.3",
"webpack": "^1.13.2",
"webpack-stream": "^3.2.0"
},
"dependencies": {
"bootstrap": "^3.3.7",
"simple-xpath-position": "^2.0.0"
}
}