de7ebf32ff
- refactor: raw html to b-row, b-col, b-card, b-button components - fix: Cards.vue: change variant="accent- to class="card-accent- - refactor: Modal's ok-button variants - refactor: forms with validation feedback - update: bootstrap-vue to 1.1.0 - update: to vue: 2.5.6
34 lines
694 B
JSON
34 lines
694 B
JSON
{
|
|
"name": "@coreui/vue",
|
|
"version": "1.0.6",
|
|
"description": "Open Source Vue Admin Template",
|
|
"main": "",
|
|
"homepage": "http://coreui.io/vue/",
|
|
"github": "https://github.com/mrholek/CoreUI-Vue#readme",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/mrholek/CoreUI-Vue.git"
|
|
},
|
|
"keywords": [
|
|
"Bootstrap",
|
|
"Admin",
|
|
"Template",
|
|
"Open Source",
|
|
"CSS",
|
|
"HTML",
|
|
"RWD",
|
|
"Dashboard",
|
|
"Vue",
|
|
"Vue.js",
|
|
"Vuejs"
|
|
],
|
|
"author": "Łukasz Holeczek",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/mrholek/CoreUI-Vue/issues"
|
|
}
|
|
}
|