-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 800 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 800 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
28
{
"name": "ag-grid-testing",
"version": "0.0.2",
"description": "ag-Grid Protractor Testing Utilities",
"main": "index.js",
"scripts": {
"postinstall": "webdriver-manager update",
"tsc": "tsc",
"test": "npm run tsc && protractor e2e.conf.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/seanlandsman/ag-grid-testing.git"
},
"author": "Sean Landsman <sean@thelandsmans.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/seanlandsman/ag-grid-testing/issues"
},
"homepage": "https://github.com/seanlandsman/ag-grid-testing#readme",
"devDependencies": {
"@types/jasmine": "2.5.x",
"@types/selenium-webdriver": "3.0.x",
"protractor": "5.1.x",
"typescript": "2.2.x",
"webdriver-manager": "12.0.x"
}
}