multiappacitive
Version:
Allows you to integrate applications built using javascript with the Appacitive platform overriding singleton behaviour.
23 lines (22 loc) • 627 B
JSON
{
"name": "multiappacitive",
"description": "Allows you to integrate applications built using javascript with the Appacitive platform overriding singleton behaviour. ",
"version": "0.1.2",
"keywords": ["Appacitive","javascript", "multi", "BAAS", "cloud", "api"],
"author": {
"name": "Chirag Sanghvi",
"email": "csanghvi@appacitive.com"
},
"repository": {
"type": "git",
"url": "https://github.com/chiragsanghvi/multiAppacitive.git"
},
"main": "./multiAppacitive.js",
"readmeFilename": "README.md",
"engines": [
"node >= 0.8.16"
],
"dependencies": {
"appacitive": "x.x.x"
}
}