-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 847 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
{
"name": "primo-automated-testing",
"version": "1.0.0",
"description": "templates for automated testing of primo's new UI using protractor.",
"scripts": {
"prepare": "node_modules/.bin/webdriver-manager update",
"test": "protractor conf.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/thatbudakguy/primo-automated-testing.git"
},
"keywords": [
"protractor",
"angular",
"exlibris",
"primo",
"testing"
],
"author": "Nick Budak",
"license": "MIT",
"bugs": {
"url": "https://github.com/thatbudakguy/primo-automated-testing/issues"
},
"homepage": "https://github.com/thatbudakguy/primo-automated-testing#readme",
"dependencies": {
"protractor": "^5.1.1",
"query-string": "^4.3.4"
},
"devDependencies": {
"jasmine-spec-reporter": "^4.0.0"
}
}