install.json
{
"files": [
{
"from": "src/index.js",
"to": "src/index.js"
},
{
"from": "src/package.json",
"to": "package.json"
},
{
"from": "src/README.md",
"to": "README.md"
},
{
"from": "src/HISTORY.md",
"to": "HISTORY.md"
},
{
"from": "src/LICENSE",
"to": "LICENSE"
}
],
"env_required": []
}