-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1001 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
37
38
39
40
41
{
"name": "@averjs/responsive-helper",
"version": "2.1.3",
"description": "Responsive Vue.js helper for Bootstrap 4",
"keywords": [
"vue",
"bootstrap",
"responsive",
"helper"
],
"author": "Florian Weber <[email protected]>",
"contributors": [
"Florian Weber <[email protected]>"
],
"repository": {
"type": "git",
"url": "git+https://github.com/exreplay/responsive-helper"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/exreplay/responsive-helper/issues"
},
"main": "dist/responsive-helper.js",
"files": [
"/dist"
],
"scripts": {
"build": "rollup --config"
},
"devDependencies": {
"@babel/core": "^7.3.4",
"@babel/preset-env": "^7.3.4",
"rollup": "^1.6.0",
"rollup-plugin-babel": "^4.3.2",
"rollup-plugin-commonjs": "^9.2.1",
"rollup-plugin-node-resolve": "^4.0.1",
"rollup-plugin-terser": "^4.0.4",
"rollup-plugin-vue": "^4.7.2",
"vue-template-compiler": "^2.6.9"
}
}