h2vue
Version:
Migrate Huli file structure to a single-file .vue component
32 lines (31 loc) • 666 B
JSON
{
"name": "h2vue",
"version": "0.1.2",
"description": "Migrate Huli file structure to a single-file .vue component",
"main": "index.js",
"bin": {
"h2vue": "bin/h2vue.js"
},
"scripts": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/andreybs11/huli-to-vue.git"
},
"keywords": [
"huli",
"vue"
],
"author": "andreybs11",
"license": "ISC",
"bugs": {
"url": "https://github.com/andreybs11/huli-to-vue/issues"
},
"homepage": "https://github.com/andreybs11/huli-to-vue#readme",
"dependencies": {
"async": "^3.1.0",
"promptly": "^3.0.3",
"shelljs": "^0.8.3"
}
}