vue2-mdl
Version:
Components for integrating the MDL css framework with Vue.js 2.0
46 lines (45 loc) • 1.19 kB
JSON
{
"name": "vue2-mdl",
"version": "0.3.11",
"description": "Components for integrating the MDL css framework with Vue.js 2.0",
"main": "dist/index.js",
"scripts": {
"build": "webpack --progress --hide-modules",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/senritsu/vue2-mdl.git"
},
"keywords": [
"Vue",
"MDL",
"Material",
"UI"
],
"peerDependencies": {
"vue": "^2.0.0-rc.6",
"vue-router": "^2.0.0-rc.5",
"dialog-polyfill": "^0.4.4"
},
"devDependencies": {
"babel-core": "^6.13.2",
"babel-loader": "^6.2.4",
"babel-plugin-transform-runtime": "^6.15.0",
"babel-preset-es2015": "^6.13.2",
"babel-preset-es2017": "^6.14.0",
"babel-preset-stage-2": "^6.13.0",
"cross-env": "^2.0.0",
"css-loader": "^0.23.1",
"file-loader": "^0.9.0",
"vue-loader": "^9.2.2",
"webpack": "2.1.0-beta.22",
"webpack-dev-server": "2.1.0-beta.4"
},
"author": "senritsu",
"license": "MIT",
"bugs": {
"url": "https://github.com/senritsu/vue2-mdl/issues"
},
"homepage": "https://github.com/senritsu/vue2-mdl#readme"
}