api-explorer
Version:
Easily create an interactive documentation for your RESTful API
28 lines (27 loc) • 551 B
JSON
{
"author": "Emmanuel Payet",
"name": "api-explorer",
"description": "Easily create an interactive documentation for your RESTful API",
"version": "0.3.7",
"repository": {
"type": "git",
"url": "https://github.com/epayet/ApiExplorer.git"
},
"main": "./app/ApiExplorer",
"keywords": [
"rest",
"explorer",
"restful",
"api",
"api-explorer"
],
"dependencies": {
"body-parser": "~1.6.5",
"cors": "~2.4.1",
"express": "~4.8.5",
"underscore": "^1.8.3"
},
"engines": {
"node": "*"
}
}