forked from poetic-labs/nock-vcr-recorder-mocha
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
41 lines (41 loc) · 1.16 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
36
37
38
39
40
41
{
"name": "@albanv/nock-vcr-recorder-mocha",
"version": "0.3.4",
"description": "Wrapper around nock-vcr-recorder to simplify creating vcr cassettes in mocha.",
"main": "index.js",
"scripts": {
"test": "rm -rf cassettes && node_modules/mocha/bin/mocha -r test/_helper.js test/*-test.js",
"coverage": "rm -rf cassettes && istanbul cover _mocha -- -r test/_helper.js test/*-test.js",
"postpublish": "greenkeeper-postpublish"
},
"repository": {
"type": "git",
"url": "https://github.com/vizeat/nock-vcr-recorder-mocha.git"
},
"keywords": [
"vcr",
"mocha",
"nock",
"testing",
"fixtures",
"mocking"
],
"author": "Jake Craige <jake@poeticsystems.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/vizeat/nock-vcr-recorder-mocha/issues"
},
"homepage": "https://github.com/vizeat/nock-vcr-recorder-mocha",
"dependencies": {
"bluebird": "^3.4.1",
"@albanv/nock-vcr-recorder": "^0.1.4"
},
"devDependencies": {
"express": "^4.14.0",
"greenkeeper-postpublish": "^1.0.0",
"istanbul": "^0.4.4",
"mocha": "^3.0.1",
"request": "^2.73.0",
"request-promise": "^4.0.1"
}
}