tiapp-composer
Version:
Define dynamic tiapp.xml files with the power of template strings
41 lines (40 loc) • 934 B
JSON
{
"name": "tiapp-composer",
"version": "1.1.1",
"description": "Define dynamic tiapp.xml files with the power of template strings",
"scripts": {
"postinstall": "ti config paths.hooks -a $(pwd)/hooks"
},
"repository": {
"type": "git",
"url": "git+https://github.com/caffeinalab/tiapp-composer.git"
},
"keywords": [
"titanium",
"tiapp",
"xml",
"template",
"literals",
"strings",
"javascript",
"plugin",
"hook"
],
"author": {
"name": "Andrea Jonus",
"email": "j.jonus.j@gmail.com",
"url": "https://github.com/Jei"
},
"contributors": [
{
"name": "Flavio Maria De Stefano",
"email": "destefano.flavio@gmail.com",
"url": "https://github.com/kopiro"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/caffeinalab/tiapp-composer/issues"
},
"homepage": "https://github.com/caffeinalab/tiapp-composer#readme"
}