-
Notifications
You must be signed in to change notification settings - Fork 70
/
package.json
35 lines (35 loc) · 1.01 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
{
"name": "protractor-http-mock",
"version": "0.10.0",
"description": "Mock HTTP calls in your protractor specs.",
"main": "index.js",
"scripts": {
"example": "node_modules/.bin/grunt example",
"test": "node_modules/.bin/grunt verify",
"client-test": "node_modules/.bin/grunt client-test",
"webdriver-update": "node node_modules/grunt-protractor-runner/scripts/webdriver-manager-update"
},
"author": "Carlos Atencio",
"license": "MIT",
"devDependencies": {
"grunt": "~1.0.1",
"grunt-browserify": "^5.0.0",
"grunt-contrib-connect": "^1.0.2",
"grunt-contrib-jasmine": "^1.0.3",
"grunt-contrib-jshint": "~1.1.0",
"grunt-jasmine-nodejs": "^1.5.2",
"grunt-protractor-runner": "^4.0.0",
"phantomjs-prebuilt": "^2.1.3",
"protractor-http-mock-sample-plugin": "0.0.1"
},
"repository": {
"type": "git",
"url": "https://github.com/atecarlos/protractor-http-mock"
},
"dependencies": {
"query-string": "<=4.2.3"
},
"engines": {
"node": ">=4.0.0"
}
}