UNPKG

cycle-local-storage

Version:
41 lines (40 loc) 996 B
{ "name": "cycle-local-storage", "version": "1.2.0", "description": "Cycle driver for locally", "main": "lib/index.js", "directories": { "test": "test" }, "scripts": { "test": "./node_modules/.bin/browserify -t babelify test/ | ./node_modules/.bin/testling", "build": "./node_modules/.bin/babel src -d lib/", "prepublish": "npm run build" }, "repository": { "type": "git", "url": "git+https://github.com/tylors/cycle-local-storage.git" }, "keywords": [ "Cycle", "Driver", "LocalStorage" ], "author": "Tylor Steinberger", "license": "MIT", "bugs": { "url": "https://github.com/tylors/cycle-local-storage/issues" }, "homepage": "https://github.com/tylors/cycle-local-storage#readme", "devDependencies": { "@cycle/core": "^3.1.0", "babel": "^5.8.23", "babelify": "^6.3.0", "browserify": "^11.2.0", "tape": "^4.2.0", "testling": "^1.7.1" }, "peerDependencies": { "@cycle/core": "4.x.x" } }