replay
Version:
When API testing slows you down: record and replay HTTP responses like a boss
37 lines (36 loc) • 913 B
JSON
{ "name": "replay",
"description": "When API testing slows you down: record and replay HTTP responses like a boss",
"version": "1.2.2",
"author": "Assaf Arkin <assaf@labnotes.org> (http://labnotes.org/)",
"keywords": [ "test", "testing", "mock", "stub", "http", "replay", "vcr", "api" ],
"main": "./lib/replay",
"directories": {
"doc": "./doc",
"lib": "./lib"
},
"engines": {
"node": "~v0.6.0"
},
"scripts": {
"test": "vows --spec"
},
"dependencies": {
"coffee-script": "~1.2.0"
},
"devDependencies": {
"express": "~2.5.1",
"vows": "~0.6.0"
},
"repository": {
"type": "git",
"url": "https://github.com/assaf/node-replay"
},
"bugs": {
"url": "https://github.com/assaf/node-replay/issues"
},
"licenses": [
{ "type": "MIT",
"url": "https://github.com/assaf/node-replay/blob/master/MIT-LICENSE"
}
]
}