node-localcache
Version:
LocalStorage with optional json file cache
42 lines (41 loc) • 938 B
JSON
{
"name": "node-localcache",
"version": "0.1.4",
"description": "LocalStorage with optional json file cache",
"keywords": [
"localstorage",
"cache",
"json",
"file",
"node"
],
"author": "Gleb Mikheev <mikheev@betaagency.ru>",
"license": "MIT",
"repository": "glebmachine/node-localcache",
"bugs": {
"url": "https://github.com/glebmachine/node-localcache/issues"
},
"homepage": "https://github.com/glebmachine/node-localcache",
"dependencies": {
"chalk": "1.1.1",
"lodash": "4.13.1",
"mkpath": "1.0.0"
},
"devDependencies": {
"ava": "0.15.2",
"chai": "3.4.1",
"gulp": "3.9.0",
"gulp-babel": "6.1.1",
"gulp-jscs": "4.0.0",
"gulp-jscs-stylish": "1.3.0",
"gulp-jshint": "2.0.0",
"gulp-mocha": "2.2.0",
"jscs": "3.0.4",
"jshint": "2.8.0",
"jshint-stylish": "2.1.0",
"tape": "4.2.2"
},
"scripts": {
"test": "gulp test"
}
}