forked from krisboit/protractor-xmlhttprequest-mock
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 1.09 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
{
"name": "protractor-xmlhttprequest-mocker",
"version": "2.0.0",
"description": "Ajax requests mock plugin for protractor (works with Angular/Vue/etc in Chrome/IE11/etc)",
"main": "lib/index.js",
"scripts": {
"serve-sample-apps": "./node_modules/.bin/http-server ./tests/www --silent",
"protractor-tests": "./node_modules/.bin/protractor ./tests/conf.js",
"webdriver-update": "webdriver-manager update",
"test": "node tests/run.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/krisboit/protractor-xmlhttprequest-mocker.git"
},
"author": "Adam Franzen - (Forked from original by Tibi Krisboi)",
"bugs": {
"url": "https://github.com/franzena/protractor-xmlhttprequest-mocker/issues"
},
"homepage": "https://github.com/franzena/protractor-xmlhttprequest-mocker#readme",
"dependencies": {
"@babel/core": "^7.4.3",
"@babel/plugin-transform-classes": "^7.10.4"
},
"devDependencies": {
"http-server": "^0.9.0",
"jasmine": "^3.0.0",
"jasmine-spec-reporter": "^4.2.1",
"protractor": "^7.0.0",
"shelljs": "^0.7.7"
}
}