UNPKG

1.21 kBJSONView Raw
1{
2 "name": "apiextender",
3 "version": "3.1.0",
4 "scripts": {
5 "start": "node ./bin/www"
6 },
7 "dependencies": {
8 "async": "^2.1.4",
9 "body-parser": "~1.8.1",
10 "cookie-parser": "~1.3.3",
11 "debug": "~2.0.0",
12 "express": "~4.9.0",
13 "morgan": "~1.3.0",
14 "responseinterceptor": "^1.1.1",
15 "serve-favicon": "~2.1.3"
16 },
17 "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",
18 "main": "index.js",
19 "repository": {
20 "type": "git",
21 "url": "git+https://github.com/aromanino/apiextender.git"
22 },
23 "keywords": [
24 "api",
25 "extend",
26 "extension",
27 "plugin",
28 "plug-in",
29 "add-in",
30 "addin",
31 "add-on",
32 "addon",
33 "upgrade",
34 "update",
35 "install",
36 "feature"
37 ],
38 "author": "Alessandro Romanino <a.romanino@gmail.com>",
39 "license": "MIT",
40 "bugs": {
41 "url": "https://github.com/aromanino/apiextender/issues"
42 },
43 "homepage": "https://github.com/aromanino/apiextender#readme"
44}