forked from RobinCK/vue-popper
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
48 lines (48 loc) · 894 Bytes
/
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
{
"name": "vue-popperjs",
"version": "1.3.4",
"description": "VueJS popover",
"main": "dist/js/vue-popper.js",
"authors": [
"Igor Ognichenko <[email protected]>"
],
"license": "MIT",
"keywords": [
"vue-popper.js",
"vue-popover",
"vuejs-popper.js",
"vuejs-popover",
"vue",
"vuejs",
"vue-plugin",
"vue-component"
],
"homepage": "https://github.com/RobinCK/vue-popper",
"ignore": [
".idea",
".git",
".gitattributes",
".bowerrc",
".gitignore",
".jshintignore",
".jshintrc",
".travis.yml",
".babelrc",
".editorconfig",
".npmignore",
"_config.yml",
"circle.yml",
"yarn.lock",
"package.json",
".codeclimate.yml",
"node_modules",
"bower_components",
"CHANGELOG.md",
"test",
"tests",
"build"
],
"dependencies": {
"popper.js": "^1.9.1"
}
}