vinyl-fs-mock
Version:
A fake file system implementation, used for test code written based on vinyl and vinyl-fs. Including gulp plugins
53 lines (52 loc) • 1.32 kB
JSON
{
"name": "vinyl-fs-mock",
"version": "0.1.2",
"description": "A fake file system implementation, used for test code written based on vinyl and vinyl-fs. Including gulp plugins",
"main": "index.js",
"scripts": {
"test": "./node_modules/.bin/gulp mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/timnew/gulp-mock-fs.git"
},
"keywords": [
"gulp",
"gulp-plugin",
"vinyl",
"vinyl-fs",
"mock",
"fake",
"test",
"file",
"file system"
],
"author": "timnew <timnew.wti@gmail.com> (https://timnew.github.io/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/timnew/gulp-mock-fs/issues"
},
"homepage": "https://github.com/timnew/gulp-mock-fs",
"devDependencies": {
"chai": "^1.9.1",
"coffee-script": "~1.7.1",
"del": "^0.1.1",
"gulp": "^3.8.6",
"gulp-bump": "^0.1.10",
"gulp-coffee": "^2.1.0",
"gulp-mocha": "^0.5.0",
"gulp-plumber": "^0.6.3",
"mocha": "^1.20.1",
"through2-spy": "^1.2.0",
"yargs": "^1.2.6"
},
"dependencies": {
"glob2base": "git://github.com/timnew/glob2base.git#master",
"lodash": "^2.4.1",
"minimatch": "^0.4.0",
"readable-stream": "^1.0.27-1",
"type-of-is": "^3.3.0",
"util-deprecate": "^1.0.0",
"vinyl": "^0.2.3"
}
}