forked from RobinCK/vue-popper
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 1.45 KB
/
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
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
{
"name": "vue-popperjs",
"version": "2.0.3",
"description": "VueJS popover",
"main": "dist/vue-popper.min.js",
"module": "dist/vue-popper.min.js",
"jsnext:main": "src/index.js",
"unpkg": "dist/vue-popper.min.js",
"files": [
"src",
"dist"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint ./",
"build": "rollup -c ./build/rollup.config.js && NODE_ENV=production rollup -c ./build/rollup.config.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/RobinCK/vue-popper.git"
},
"author": "Igor Ognichenko <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/RobinCK/vue-popper/issues"
},
"keywords": [
"vue-popper.js",
"vue-popover",
"vuejs-popper.js",
"vuejs-popover",
"vue",
"vuejs",
"vue-plugin",
"vue-component"
],
"homepage": "https://github.com/RobinCK/vue-popper#readme",
"semistandard": {
"ignore": [
"node_modules",
"bower_components",
"build",
"dist",
"test"
]
},
"dependencies": {
"popper.js": "^1.14.7"
},
"devDependencies": {
"@babel/core": "^7.2.2",
"@babel/preset-env": "^7.3.1",
"eslint": "^5.12.1",
"rollup": "^1.1.2",
"rollup-plugin-babel": "4.3.2",
"rollup-plugin-postcss": "^2.0.1",
"rollup-plugin-terser": "^4.0.3",
"rollup-plugin-vue": "4.6.1",
"vue-template-compiler": "2.5.22"
}
}