forked from rubystarashe/nuxt-vuex-localstorage
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 1008 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"name": "nuxt-vuex-localstorage",
"version": "1.3.2",
"description": "Nuxt.js localstorage with vuex store! and polyfill",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rubystarashe/nuxt-vuex-localstorage.git"
},
"keywords": [
"vue",
"nuxt",
"vuex",
"localstorage",
"webstorage",
"sessionstorage",
"persist",
"vuex-persist",
"vuex-localstorage"
],
"author": "Rubystar Ashe <rubystarashe@gmail.com> (https://github.io/rubystarashe) and upgrade Ruslan Melnychenko <i@ruslanmelnychenko.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/RuslanMelnychenko/nuxt-vuex-localstorage/issues"
},
"homepage": "https://github.com/RuslanMelnychenko/nuxt-vuex-localstorage#readme",
"dependencies": {
"axios": "^0.18.0",
"lodash.clonedeep": "^4.5.0",
"lodash.get": "^4.4.2",
"lodash.set": "^4.3.2"
}
}