forked from xebia/VisualReview-protractor
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
52 lines (52 loc) · 1.18 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
49
50
51
52
{
"name": "visualreview-protractor",
"version": "0.3.1",
"description": "Provides an API to send screenshots to VisualReview from Protractor tests.",
"homepage": "https://github.com/xebia/VisualReview-protractor",
"author": "Xebia",
"maintainers": [
{
"name": "Daniel Marjenburgh",
"email": "dmarjenburgh@xebia.com"
},
{
"name": "Sannie Kwakman",
"url": "http://github.com/skwakman"
},
{
"name": "Ruurd Moelker"
}
],
"repository": {
"type": "git",
"url": "https://github.com/xebia/VisualReview-protractor"
},
"bugs": {
"url": "https://github.com/xebia/VisualReview-protractor/issues"
},
"licenses": [
{
"type": "Apache-2.0",
"url": "https://github.com/xebia/VisualReview-protractor/LICENSE"
}
],
"files": [
"LICENSE",
"README.md",
"visualreview-protractor.js",
"visualreview-run.js",
"lib/"
],
"main": "visualreview-protractor.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"license": "Apache License 2.0",
"dependencies": {
"q": "^1.1.2",
"request": "^2.51.0"
},
"peerDependencies": {
"protractor": ">= 1.4"
}
}