UNPKG

fs-memory-store

Version:
53 lines 1.16 kB
{ "name": "fs-memory-store", "description": "Filesystem store with in-memory cache", "version": "0.2.0", "homepage": "https://github.com/twolfson/fs-memory-store", "author": { "name": "Todd Wolfson", "email": "todd@twolfson.com", "url": "http://twolfson.com/" }, "repository": { "type": "git", "url": "git://github.com/twolfson/fs-memory-store.git" }, "bugs": { "url": "https://github.com/twolfson/fs-memory-store/issues" }, "licenses": [ { "type": "MIT", "url": "https://github.com/twolfson/fs-memory-store/blob/master/LICENSE-MIT" } ], "main": "lib/fs-memory-store", "engines": { "node": ">= 0.8.0" }, "scripts": { "test": "mocha" }, "dependencies": { "clone": "~0.1.11", "mkdirp": "~0.3.5" }, "devDependencies": { "mocha": "~1.11.0", "grunt": "~0.4.1", "grunt-contrib-jshint": "~0.6.0", "grunt-contrib-watch": "~0.4.0", "mocha-fixture-dir": "~0.1.0", "fixture-dir": "~0.1.0", "chai": "~1.9.1", "obj-extend": "~0.1.0" }, "keywords": [ "fs", "memory", "store", "cache", "filesystem", "disk" ] }