UNPKG

node-storage

Version:

Simple key-value file based store for node.js

34 lines (33 loc) 738 B
{ "name": "node-storage", "version": "0.0.9", "description": "Simple key-value file based store for node.js", "main": "index.js", "scripts": { "test": "./node_modules/.bin/mocha -r should -R spec -t 1500" }, "keywords": [ "key-value", "store", "storage", "database", "datastore", "embedded" ], "repository": { "type": "git", "url": "https://github.com/amativos/node-storage.git" }, "homepage": "https://github.com/amativos/node-storage", "author": "Antony Mativos <amativos@gmail.com>", "license": "MIT", "dependencies": { "mkdirp": "^0.5.0", "async": "^0.9.0" }, "devDependencies": { "mocha": "^1.19.0", "rimraf": "^2.2.8", "should": "^3.3.2" } }