forked from OuranosSkia/nemo-page
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 900 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
{
"name": "nemo-page",
"version": "1.1.0",
"description": "View Interface for nemo enhanced with nested locators and collection mechanics.",
"main": "index.js",
"registerAs": "page",
"scripts": {
"test": "grunt"
},
"repository": {
"type": "git",
"url": "https://github.com/OuranosSkia/nemo-page.git"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"dependencies": {
"debug": "^2.1.0",
"glob": "^5.0.3",
"lodash": "^3.4.0",
"selenium-drivex": "^1.0.11"
},
"devDependencies": {},
"peerDependencies": {},
"keywords": [
"Nemo",
"view",
"interface"
],
"author": "Barry Dutton",
"licenses": [
{
"type": "Apache 2.0",
"url": "http://www.apache.org/licenses/LICENSE-2.0.html"
}
]
}