forked from RobinCK/vue-ls
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
47 lines (47 loc) · 910 Bytes
/
bower.json
File metadata and controls
47 lines (47 loc) · 910 Bytes
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
37
38
39
40
41
42
43
44
45
46
47
{
"name": "vue-ls",
"version": "2.3.0",
"description": "Vue plugin for work with LocalStorage from Vue context",
"main": "dist/vue-ls.js",
"authors": [
"Igor Ognichenko <ognichenko.igor@gmail.com>"
],
"license": "MIT",
"keywords": [
"vue-localstorage",
"vuejs-localstorage",
"vue-local-storage",
"vuejs-local-storage",
"vue-ls",
"vue",
"vuejs",
"vue-plugin",
"localstorage",
"local-storage",
"watch",
"persistance",
"es6-modules"
],
"homepage": "https://github.com/RobinCK/vue-ls",
"ignore": [
".idea",
".git",
".bowerrc",
".gitignore",
".travis.yml",
".babelrc",
".editorconfig",
".npmignore",
"_config.yml",
"circle.yml",
"yarn.lock",
"package.json",
".codeclimate.yml",
"node_modules",
"bower_components",
"CHANGELOG.md",
"test",
"tests",
"build"
]
}