mean-shadow
Version:
Allows any mean app to have endpoints to add/remove entities from any third party app
28 lines (27 loc) • 658 B
JSON
{
"name": "mean-shadow",
"version": "0.0.8",
"description": "Allows any mean app to have endpoints to add/remove entities from any third party app",
"main": "mean-shadow.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"mean",
"mean.io",
"mean-shadow"
],
"author": "Orit Persik",
"license": "BSD-2-Clause",
"repository": {
"type": "git",
"url": "https://github.com/udisun/mean-shadow.git"
},
"bugs": {
"url": "https://github.com/udisun/mean-shadow/issues"
},
"homepage": "https://github.com/udisun/mean-shadow",
"dependencies": {
"lodash": "2.4.1"
}
}