vue-bulma-table
Version:
Vue DataTable with Bulma style
31 lines (30 loc) • 601 B
JSON
{
"name": "vue-bulma-table",
"version": "1.5.1",
"description": "Vue DataTable with Bulma style",
"main": "dist/main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"vue",
"datatable",
"table",
"bulma"
],
"author": "1sttati <1st.tati@outlook.com>",
"files": [
"dist"
],
"license": "MIT",
"dependencies": {
"bulma": "^0.6.0",
"vue-awesome": "^2.3.3",
"vue-style-loader": "^4.1.0"
},
"devDependencies": {
"css-loader": "^0.28.11",
"node-sass": "^4.5.3",
"sass-loader": "^6.0.6"
}
}