UNPKG

vuex-localstorage

Version:

:dvd: Persist Vuex state with expires by localStorage or some else storage.

67 lines (66 loc) 1.97 kB
{ "name": "vuex-localstorage", "version": "1.0.0", "description": ":dvd: Persist Vuex state with expires by localStorage or some else storage.", "main": "dist/index.js", "jsnext:main": "src/index.js", "scripts": { "build": "node --harmony ./cli/build", "lint": "eslint --max-warnings 10 .", "lint:fix": "npm run lint -- --fix", "unit": "karma start ./test/unit/runner.js", "unit:dev": "karma start ./test/unit/runner.js --watch", "test": "npm run lint && npm run unit", "release": "bash ./cli/release.sh" }, "repository": { "type": "git", "url": "git+https://github.com/crossjs/vuex-localstorage.git" }, "keywords": [ "expires", "localstorage", "persist", "vuex" ], "author": "crossjs", "license": "MIT", "bugs": { "url": "https://github.com/crossjs/vuex-localstorage/issues" }, "homepage": "https://github.com/crossjs/vuex-localstorage#readme", "devDependencies": { "babel-loader": "^6.2.7", "babel-plugin-__coverage__": "^11.0.0", "babel-plugin-add-module-exports": "^0.2.1", "babel-polyfill": "^6.16.0", "babel-preset-es2015": "^6.18.0", "babel-preset-stage-0": "^6.16.0", "babel-register": "^6.18.0", "chai": "^3.5.0", "cross-spawn": "^4.0.2", "eslint": "^3.9.0", "eslint-config-plato": "^0.0.1", "eslint-loader": "^1.6.0", "karma": "^1.3.0", "karma-coverage": "^1.1.1", "karma-es6-shim": "^1.0.0", "karma-mocha": "^1.2.0", "karma-mocha-reporter": "^2.2.0", "karma-phantomjs-launcher": "^1.0.2", "karma-sourcemap-loader": "^0.3.7", "karma-webpack": "^1.8.0", "mocha": "^3.1.2", "phantomjs-polyfill": "^0.0.2", "phantomjs-prebuilt": "^2.1.13", "rollup": "^0.36.3", "rollup-plugin-buble": "^0.14.0", "sinon": "^1.17.7", "sinon-chai": "^2.8.0", "uglify-js": "^2.7.4", "vue": "^2.1.10", "vuex": "^2.1.2", "webpack": "^1.13.3", "yargs": "^6.3.0" } }