UNPKG

nodebook-storage-base

Version:
30 lines (29 loc) 709 B
{ "name": "nodebook-storage-base", "version": "1.0.0", "description": "Base storage adapter.", "author": "Samantha Rachel Belnavis", "homepage": "https://github.com/samantharachelb/storage-base#readme", "keywords": [ "nodebook", "storage", "adapter" ], "repository": { "type": "git", "url": "git://github.com/samanthrachelb/storage-base.git" }, "bugs": "https://github.com/samanthrachelb/storage-base/issues", "scripts": { "test": "LEVEL=fatal _mocha --report lcovonly -- test/*_spec.js" }, "license": "MIT", "main": "./BaseStorage", "dependencies": { "moment": "^2.17.1" }, "devDependencies": { "mocha": "3.1.2", "should": "11.1.1" } }