forked from blackboard/protractor-sync
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.33 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
{
"name": "protractor-sync",
"version": "5.1.12",
"description": "Synchronous, polled selectors and expectations in Protractor 5.x",
"homepage": "",
"repository": {
"type": "git",
"url": "git://github.com/blackboard/protractor-sync.git"
},
"author": "Chris Scribner <[email protected]>",
"license": "MIT",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"engines": {
"node": ">=6.9.x"
},
"dependencies": {
"asyncblock": "^2.2.11",
"jquery": "^2.2.4",
"protractor": "^5.1.2",
"webdriver-manager": "^12.0.6"
},
"devDependencies": {
"@types/jasmine": "2.5.47",
"@types/mkdirp": "0.3.29",
"@types/node": "6.0.69",
"grunt": "0.4.5",
"grunt-contrib-clean": "1.0.0",
"grunt-contrib-copy": "1.0.0",
"grunt-protractor-runner": "5.0.0",
"grunt-shell": "2.1.0",
"grunt-ts": "6.0.0-beta.15",
"grunt-tslint": "5.0.1",
"husky": "0.13.3",
"in-publish": "2.0.0",
"jasmine-reporters": "2.1.1",
"jasmine-spec-reporter": "2.4.0",
"load-grunt-tasks": "3.5.2",
"mkdirp": "0.3.0",
"tslint": "5.2.0",
"typescript": "2.3.0"
},
"scripts": {
"test": "grunt build verify test",
"start": "grunt develop",
"prepush": "grunt build verify test",
"prepublish": "in-publish && grunt build verify test package || not-in-publish"
}
}