@visual-framework/vf-component-generator
Version:
Make the config for Visual Framework component interactively.
24 lines (23 loc) • 655 B
JSON
{
"version": "1.0.0-alpha.0",
"name": "@visual-framework/<%= componentName %>",
"description": "<%= componentName %> component",
"homepage": "<%= componentHomepage %>",
"author": "VF",
"license": "Apache 2.0",
"style": "<%= componentName %>.css",
"sass": "index.scss",
"main": "build/index.js",
"test": "echo \"Error: no test specified\" && exit 1",
"publishConfig": {
"access": "public"
},
"repo": "https://github.com/visual-framework/vf-core/tree/develop/components/<%= componentName %>",
"bugs": {
"url": "https://github.com/visual-framework/vf-core/issues"
},
"keywords": [
"fractal",
"component"
]
}