fake-fs
Version:
Fake file system for testing
25 lines (24 loc) • 448 B
JSON
{
"name": "fake-fs",
"version": "0.5.0",
"description": "Fake file system for testing",
"scripts": {
"test": "mocha -R spec"
},
"repository": {
"type": "git",
"url": "git://github.com/eldargab/node-fake-fs.git"
},
"keywords": [
"fs",
"fake",
"mocks",
"test"
],
"devDependencies": {
"mocha": "1.4.2",
"should": "*"
},
"author": "Eldar Gabdullin <eldargab@gmail.com>",
"license": "MIT"
}