-
Notifications
You must be signed in to change notification settings - Fork 48
/
package.json
51 lines (51 loc) · 1.19 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
{
"name": "nemo-view",
"version": "3.1.1",
"description": "selenium-webdriver abstractions and locator organization plugin for nemo",
"main": "index.js",
"registerAs": "view",
"scripts": {
"test": "grunt",
"test:unit": "grunt simplemocha"
},
"repository": {
"type": "git",
"url": "https://github.com/paypal/nemo-view.git"
},
"dependencies": {
"debug": "^4.1.1",
"glob": "^7.1.3",
"lodash": "^4.17.11",
"selenium-drivex": "^2.0.0",
"shush": "^1.0.0"
},
"devDependencies": {
"async": "^3.1.0",
"chromedriver": "latest",
"grunt": "^1.0.3",
"grunt-contrib-jshint": "^2.1.0",
"grunt-simple-mocha": "~0.4.0",
"mocha": "^6.1.4",
"nconf": "^0.10.0",
"nemo-core": "^1.1.1"
},
"keywords": [
"Nemo",
"view",
"interface"
],
"author": "Matt Edelman",
"contributors": [
"Nilesh Kulkarni <[email protected]>",
"Vidya Aravind <[email protected]>",
"Alex Feldman <[email protected]>",
"Jonathan Samines <[email protected]>",
"Samdish Suri <[email protected]>"
],
"licenses": [
{
"type": "Apache 2.0",
"url": "http://www.apache.org/licenses/LICENSE-2.0.html"
}
]
}