faux-knox
Version:
Mock requests to knox module using file system
36 lines (35 loc) • 772 B
JSON
{
"name": "faux-knox",
"version": "0.1.16",
"description": "Mock requests to knox module using file system",
"main": "index.js",
"registry": "https://registry.npmjs.org/",
"scripts": {
"test": "./node_modules/.bin/mocha"
},
"repository": {
"type": "git",
"url": "git://github.com/AppPress/node-faux-knox.git"
},
"keywords": [
"knox",
"mock"
],
"author": "Will S. Laurance",
"license": "BSD",
"readmeFilename": "README.md",
"bugs": {
"url": "https://github.com/AppPress/node-faux-knox/issues"
},
"devDependencies": {
"mocha": "~1.21.4",
"should": "~4.0.4"
},
"dependencies": {
"underscore": "~1.6.0",
"async": "~0.9.0",
"mkdirp": "~0.5.0",
"rimraf": "~2.2.1",
"walk": "^2.3.1"
}
}