forked from poetic-labs/nock-vcr-recorder-mocha
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 942 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
29
30
31
32
33
34
35
36
37
{
"name": "nock-vcr-recorder-mocha",
"version": "0.3.2",
"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 "
},
"repository": {
"type": "git",
"url": "https://github.com/poetic/nock-vcr-recorder-mocha.git"
},
"keywords": [
"vcr",
"mocha",
"nock",
"testing",
"fixtures",
"mocking"
],
"author": "Jake Craige <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/poetic/nock-vcr-recorder-mocha/issues"
},
"homepage": "https://github.com/poetic/nock-vcr-recorder-mocha",
"dependencies": {
"nock-vcr-recorder": "^0.1.5",
"rsvp": "^4.8.4",
"slug": "^0.9.3"
},
"devDependencies": {
"express": "^4.16.4",
"mocha": "^5.2.0",
"request": "^2.88.0"
}
}