-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
47 lines (47 loc) · 1019 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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"name": "chai-mugshot",
"version": "0.3.1",
"description": "Chai plugin for Mugshot visual testing lib",
"contributors": [{
"name": "Florentin Simion"
}, {
"name": "Adela Istrate"
}],
"main": "index.js",
"scripts": {
"test": "mocha",
"browser": "phantomjs --webdriver=4444",
"lint": "eslint ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/uberVU/chai-mugshot.git"
},
"keywords": [
"chai",
"mugshot",
"plugin",
"assertion",
"expect"
],
"author": "Simion Florentin",
"license": "MIT",
"bugs": {
"url": "https://github.com/uberVU/chai-mugshot/issues"
},
"peerDependencies": {
"chai": "^3.2.0",
"mugshot": "~0.3.0"
},
"devDependencies": {
"chai": "^3.2.0",
"chai-as-promised": "^5.1.0",
"eslint": "1.4.3",
"mocha": "^2.3.0",
"mugshot": "~0.3.0",
"mugshot-looks-same": "~1.0.0",
"mugshot-webdriverio": "~1.0.0",
"phantomjs": "^1.9.18",
"webdriverio": "^3.1.0"
}
}