{
	"name": "fs-mock",
	"description": "[ABANDONED] Simple fs mock with posix and windows file system styles",
	"version": "1.2.1",
	"author": {
		"name": "David Kudera",
		"email": "kudera.d@gmail.com"
	},
	"keywords": [
		"fs",
		"file system",
		"posix",
		"linux",
		"windows",
		"testing",
		"mock"
	],
	"repository": {
		"type": "git",
		"url": "git@github.com:Carrooi/Node-FsMock.git"
	},
	"license": "MIT",
	"engines": {
		"node": ">=0.10"
	},
	"main": "./src/fs.js",
	"dependencies": {
		"escape-regexp": "~0.0.1"
	},
	"devDependencies": {
		"chai": "~3.0.0",
		"mocha": "~2.2.0"
	},
	"scripts": {
		"test": "mocha ./test/index.js --reporter spec"
	}
}
