vue-stasher
Version:
Package providing components with data persistence
37 lines (36 loc) • 799 B
JSON
{
"name": "vue-stasher",
"version": "0.0.5",
"description": "Package providing components with data persistence",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/JTinkers/vue-stasher.git"
},
"keywords": [
"vue",
"stash",
"cache",
"session",
"localstorage",
"storage",
"local",
"persistence",
"data",
"stasher",
"keep-alive"
],
"author": "JTinkers",
"license": "MIT",
"bugs": {
"url": "https://github.com/JTinkers/vue-stasher/issues"
},
"homepage": "https://github.com/JTinkers/vue-stasher#readme",
"devDependencies": {
"rollup-plugin-vue": "^5.1.6",
"vue-template-compiler": "^2.6.11"
}
}