nuxt-vue-material
Version:
Module to join nuxt and vue-material framework
49 lines (48 loc) • 1.09 kB
JSON
{
"name": "nuxt-vue-material",
"version": "1.2.0",
"description": "Module to join nuxt and vue-material framework",
"keywords": [
"vue",
"material design",
"material",
"vue material",
"nuxt"
],
"license": "MIT",
"contributors": [
{
"name": "vaso2 <head@galley.online>"
}
],
"main": "lib/module.js",
"repository": "https://github.com/vaso2/nuxt-vue-material",
"homepage": "https://github.com/vaso2/nuxt-vue-material/tree/master",
"publishConfig": {
"access": "public"
},
"scripts": {
"lint": "eslint lib test"
},
"eslintIgnore": [
"lib/templates/*.*"
],
"files": [
"lib"
],
"dependencies": {
"vue-material": "latest"
},
"devDependencies": {
"babel-eslint": "latest",
"codecov": "latest",
"eslint": "latest",
"eslint-config-standard": "latest",
"eslint-plugin-import": "latest",
"eslint-plugin-jest": "latest",
"eslint-plugin-node": "latest",
"eslint-plugin-promise": "latest",
"eslint-plugin-standard": "latest",
"eslint-plugin-vue": "latest"
}
}