vue-import-and-use
Version:
A solution to simplify import and use of Vue.js components
41 lines (40 loc) • 986 B
JSON
{
"name": "vue-import-and-use",
"version": "0.1.2",
"description": "A solution to simplify import and use of Vue.js components",
"main": "dist/importAndUse.js",
"scripts": {
"build": "babel src -d dist"
},
"repository": {
"type": "git",
"url": "git+https://github.com/GabrielBibiano/vue-import-and-use.git"
},
"keywords": [
"gabriel",
"bibiano",
"vue",
"import",
"use",
"component",
"javascript"
],
"author": "Gabriel Bibiano <gabriel@bibiano.dev>",
"license": "MIT",
"bugs": {
"url": "https://github.com/GabrielBibiano/vue-import-and-use/issues"
},
"homepage": "https://github.com/GabrielBibiano/vue-import-and-use#readme",
"peerDependencies": {
"vue": "^2.0.3"
},
"devDependencies": {
"@babel/cli": "^7.4.3",
"@babel/core": "^7.4.3",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/preset-env": "^7.4.3",
"ava": "^1.4.1",
"vue": "^2.6.10"
},
"dependencies": {}
}