UNPKG

@cerebral/storage

Version:
33 lines 888 B
{ "name": "@cerebral/storage", "version": "4.2.2", "description": "Storage provider for Cerebral 2", "main": "lib/index.js", "typings": "./index.d.ts", "scripts": { "test": "mocha --require babel-register \"src/**/*.test.js\"", "build": "cross-env BABEL_ENV=production babel src/ --out-dir=lib/ -s", "prepublish": "npm run build" }, "repository": { "type": "git", "url": "git+https://github.com/cerebral/cerebral.git" }, "keywords": [ "cerebral", "localStorage", "sessionStorage" ], "author": "Christian Alfoni <christianalfoni@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/cerebral/cerebral/issues" }, "homepage": "https://github.com/cerebral/cerebral/tree/master/packages/storage#readme", "devDependencies": { "cerebral": "^4.2.2" }, "peerDependencies": { "cerebral": "^4.2.2" } }