forked from poetic/nock-vcr-recorder
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 888 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",
"version": "0.1.5",
"description": "A test framework agnostic vcr implementation that uses nock.",
"main": "lib/vcr.js",
"scripts": {
"test": "rm -rf cassettes && node_modules/mocha/bin/mocha test/*-test.js "
},
"repository": {
"type": "git",
"url": "https://github.com/poetic/nock-vcr-recorder.git"
},
"keywords": [
"mocha",
"nock",
"testing",
"fixtures",
"mocking"
],
"author": "Jake Craige <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/poetic/nock-vcr-recorder/issues"
},
"homepage": "https://github.com/poetic/nock-vcr-recorder",
"dependencies": {
"lodash": "^4.13.1",
"mkdirp": "^0.5.0",
"nock": "^9.0.0",
"rsvp": "^3.0.16"
},
"devDependencies": {
"express": "^4.13.4",
"mocha": "^2.5.1",
"request": "~2.72.0"
}
}