xml2tss
Version:
Alloy View XML to tss generator
24 lines (23 loc) • 433 B
JSON
{
"name": "xml2tss",
"version": "0.0.5",
"description": "Alloy View XML to tss generator",
"main": "xml2tss.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": "",
"keywords": [
"alloy",
"titanium",
"appcelerator",
"xml",
"tss"
],
"bin":"./bin/xml2tss",
"author": "David Bankier",
"license": "MIT",
"dependencies": {
"xml2js": "~0.2.8"
}
}