-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 763 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 763 Bytes
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
{
"name": "protractor-reddit",
"version": "1.0.0",
"description": "Protractor test suite for reddit.com",
"scripts": {
"lint": "jshint **.js",
"test": "protractor protractor.config.js",
"webdriver-update": "webdriver-manager update",
"webdriver-start": "webdriver-manager start"
},
"repository": {
"type": "git",
"url": "git+https://github.com/antonionoca/protractor-reddit.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/antonionoca/protractor-reddit/issues"
},
"homepage": "https://github.com/antonionoca/protractor-reddit#readme",
"devDependencies": {
"jshint": "^2.9.5",
"protractor": "^5.3.0",
"protractor-jasmine2-html-reporter": "0.0.7"
}
}