-
-
Notifications
You must be signed in to change notification settings - Fork 42
/
bower.json
63 lines (63 loc) · 1.23 KB
/
bower.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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "vue-ls",
"version": "3.1.0",
"description": "Vue plugin for work with LocalStorage from Vue context",
"main": "dist/vue-ls.js",
"authors": [
"Igor Ognichenko <[email protected]>"
],
"license": "MIT",
"keywords": [
"storage",
"localstorage",
"local-storage",
"vue-localstorage",
"vuejs-localstorage",
"vue-local-storage",
"vuejs-local-storage",
"memorystroage",
"sessionstorage",
"session-storage",
"vue-sessionstorage",
"vuejs-sessionstorage",
"vue-session-storage",
"vuejs-session-storage",
"memory-stroage",
"vue-ls",
"vue",
"vuejs",
"vue-plugin",
"watch",
"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",
".hound.yml",
".jshintignore",
".jshintrc",
".nvmrc",
"Dockerfile",
"docker-compose.yml",
".gitattributes",
".dockerignore",
"build"
]
}