alloy-sync-restapi
Version:
RestAPI Sync Adapter for Titanium Alloy
31 lines (30 loc) • 511 B
JSON
{
"name": "alloy-sync-restapi",
"version": "1.1.13",
"description": "RestAPI Sync Adapter for Titanium Alloy",
"author": {
"name": "Mads Møller",
"email": "mm@napp.dk"
},
"appc-npm": {
"target": {
"alloy": "app/lib/alloy/sync/"
},
"ignore": [
"package.json",
".git",
"README.md"
]
},
"scripts": {
"postinstall": "node ./appc-npm"
},
"keywords": [
"appc-npm",
"alloy-sync",
"napp",
"rest",
"crud",
"titanium"
]
}