-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.16 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": "protractor-snapshot",
"version": "1.2.0",
"description": "Protractor screenshot and html snapshot utility",
"main": "index.js",
"scripts": {
"pretest": "npm run update-webdriver",
"test": "node test/test",
"lint": "buenos-jscs && buenos-jshint",
"update-webdriver": "webdriver-manager update"
},
"keywords": [
"protractor",
"snapshot",
"screenshot",
"source",
"html",
"responsive"
],
"repository": {
"type": "git",
"url": "git+https://github.com/KrekkieD/protractor-snapshot.git"
},
"author": "Gregory Cowan <g.cowan@amnzero.nl>",
"license": "MIT",
"bugs": {
"url": "https://github.com/KrekkieD/protractor-snapshot/issues"
},
"homepage": "https://github.com/KrekkieD/protractor-snapshot#readme",
"devDependencies": {
"buenos-jscs": "^0.3.2",
"buenos-jshint": "^0.2.3",
"chromedriver": "^2.19.0",
"express": "^4.13.3",
"protractor": "^3.0.0",
"selenium-server-standalone-jar": "^2.45.0",
"up-the-tree": "^0.3.2"
},
"dependencies": {
"cheerio": "^0.20.0",
"mkdirp": "^0.5.1",
"rimraf": "^2.4.3",
"sanitize-filename": "^1.4.3",
"q": "^1.4.1"
}
}