-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 877 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": "protractor-linkuisref-locator",
"version": "0.0.0",
"description": "A protractor locator that finds anchor elements by their ui-sref attribute.",
"repository": {
"type": "git",
"url": "https://github.com/crzrcn/protractor-linkuisref-locator"
},
"main": "index.js",
"directories": {
"test": "tests"
},
"scripts": {
"test": "node app/server.js & ./node_modules/protractor/bin/webdriver-manager update && ./node_modules/protractor/bin/protractor specs/protractorConf.js && kill `lsof -i tcp:3000 -F p | cut -c2-`"
},
"keywords": [
"protractor",
"uisref",
"anchor",
"locator",
"link",
"links"
],
"devDependencies": {
"protractor": "^0.23.1",
"express": "4.4.x"
},
"engines": {
"node": ">= 10.29"
},
"author": "Fernando Martinez @crzrcn <[email protected]>",
"license": "MIT"
}