-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
36 lines (36 loc) · 920 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
{
"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.3",
"rsvp": "^3.0.16"
},
"devDependencies": {
"express": "^3.4.8",
"mocha": "^2.0.1",
"request": "~2.34.0"
}
}