25 lines
489 B
JSON
25 lines
489 B
JSON
|
|
{
|
||
|
|
"name": "vuex-uniapp-persistence",
|
||
|
|
"version": "1.0.1",
|
||
|
|
"description": "uniapp vue2 vuex 持久化",
|
||
|
|
"main": "index.js",
|
||
|
|
"scripts": {
|
||
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||
|
|
},
|
||
|
|
"keywords": [
|
||
|
|
"uniapp",
|
||
|
|
"vuex",
|
||
|
|
"uniapp",
|
||
|
|
"本地存储"
|
||
|
|
],
|
||
|
|
"repository": {
|
||
|
|
"type": "git",
|
||
|
|
"url": "https://github.com/itcastWsy/vuex-uniapp-persistence"
|
||
|
|
},
|
||
|
|
"author": "万少",
|
||
|
|
"license": "ISC",
|
||
|
|
"dependencies": {
|
||
|
|
"lodash": "^4.17.21"
|
||
|
|
}
|
||
|
|
}
|