-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 762 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 762 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
29
30
31
32
{
"name": "protractor-xhr-only-plugin",
"version": "1.0.1",
"description": "A plugin to make Protractor wait for XHR calls and nothing else. ",
"keywords": [
"angular",
"protractor",
"protractor-plugin",
"test",
"testing",
"webdriver",
"webdriverjs",
"selenium",
"xhr"
],
"main": "index.js",
"scripts": {
"start": "node testapp/expressserver.js",
"test": "node_modules/.bin/protractor test/conf.js"
},
"devDependencies": {
"clang-format": "^1.0.34",
"express": "~3.4.0",
"protractor": "^3.2.2"
},
"author": "Michael Giambalvo <heathkit@gmail.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/mgiambalvo/protractor-xhr-only-plugin.git"
}
}