-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 762 Bytes
/
Copy pathpackage.json
File metadata and controls
29 lines (29 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
{
"name": "httpbackend",
"version": "1.2.1",
"description": "Module for mock http request (http backend) with protractor for testing angular app",
"main": "lib/httpbackend.js",
"repository": {
"type": "git",
"url": "https://github.com/nchaulet/httpbackend.git"
},
"scripts": {
"test": "node_modules/.bin/grunt test"
},
"author": "nchaulet",
"license": "MIT",
"dependencies": {
"lodash": "~2.4.1"
},
"devDependencies": {
"mocha": "~1.19.0",
"chai": "~1.9.1",
"grunt": "~0.4.5",
"grunt-mocha-test": "~0.10.2",
"grunt-contrib-connect": "~0.7.1",
"grunt-protractor-webdriver": "~0.1.9",
"grunt-protractor-runner": "~2.1.0",
"grunt-contrib-connect": "~0.7.1",
"protractor": "^1.0.0"
}
}