forked from bootstrap-vue/bootstrap-vue
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.12 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
{
"name": "bootstrap-vue",
"version": "0.3.10",
"description": "Bootstrap 4 Components for Vue.js 2",
"repository": {
"type": "git",
"url": "git+https://github.com/bootstrap-vue/bootstrap-vue.git"
},
"main": "dist/bootstrapVue.common.js",
"scripts": {
"build": "cd scripts && ./build"
},
"keywords": [
"Bootstrap",
"Bootstrap4",
"Web",
"Components",
"Polymer",
"Vue",
"VueJS",
"Vue2"
],
"author": {
"name": "Pooya Parsa",
"email": "[email protected]",
"url": "https://github.com/pi0"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/bootstrap-vue/bootstrap-vue/issues"
},
"devDependencies": {
"babel-core": "latest",
"babel-loader": "latest",
"babel-preset-es2015": "latest",
"bootstrap": "^4.0.0-alpha.5",
"css-loader": "latest",
"postcss-loader": "latest",
"sass-loader": "latest",
"tether": "latest",
"vue": "latest",
"vue-loader": "latest",
"webpack": "^2.1.0-beta.25"
},
"homepage": "https://bootstrap-vue.github.io",
"babel": {
"presets": [
[
"es2015"
]
]
}
}