apiextender
Version:
This module deals with to extend an API backend that adds a specific feature to an existing API as plugin(add-in, addin, add-on, addon). apiextender let to enable third-party developers to create abilities which extend an application and supports the a
45 lines (44 loc) • 1.22 kB
JSON
{
"name": "apiextender",
"version": "3.1.1",
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"async": "^2.1.4",
"body-parser": "~1.8.1",
"cookie-parser": "~1.3.3",
"debug": "~2.0.0",
"express": "~4.9.0",
"morgan": "~>1.9.1",
"responseinterceptor": "^1.1.1",
"serve-favicon": "~2.1.3"
},
"description": "This module deals with to extend an API backend that adds a specific feature to an existing API as plugin(add-in, addin, add-on, addon). apiextender let to enable third-party developers to create abilities which extend an application and supports the addition of new features in a simple mode",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/aromanino/apiextender.git"
},
"keywords": [
"api",
"extend",
"extension",
"plugin",
"plug-in",
"add-in",
"addin",
"add-on",
"addon",
"upgrade",
"update",
"install",
"feature"
],
"author": "Alessandro Romanino <a.romanino@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/aromanino/apiextender/issues"
},
"homepage": "https://github.com/aromanino/apiextender#readme"
}