-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathpackage.json
28 lines (28 loc) · 974 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
{
"name": "protractor-xmlhttprequest-mock",
"version": "1.4.0",
"description": "Ajax requests mock plugin for protractor (works with Angular >= 2 also)",
"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": "npm run webdriver-update; node tests/run.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/krisboit/protractor-xmlhttprequest-mock.git"
},
"author": "Tibi Krisboi",
"bugs": {
"url": "https://github.com/krisboit/protractor-xmlhttprequest-mock/issues"
},
"homepage": "https://github.com/krisboit/protractor-xmlhttprequest-mock#readme",
"devDependencies": {
"http-server": "^0.9.0",
"jasmine": "^3.0.0",
"jasmine-spec-reporter": "^4.2.1",
"protractor": "^5.3.0",
"shelljs": "^0.7.7"
}
}