nodigo
Version:
Nodejs Developer Tools set. A Web based Nodejs manager with powerful tools and amazing UI.
41 lines (40 loc) • 921 B
JSON
{
"name": "nodigo",
"version": "0.1.117",
"description": "Nodejs Developer Tools set. A Web based Nodejs manager with powerful tools and amazing UI.",
"main": "./lib/app.js",
"bin": {
"nodigo": "./bin/run.js"
},
"preferGlobal": true,
"directories": {
"lib": "lib"
},
"dependencies": {
"bootstrap": "^4.1.3",
"express": "^4.16.3",
"morgan": "^1.9.0"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AJ-Creations/nodigo.git"
},
"keywords": [
"Nodigo",
"NodeJS",
"IDE",
"Developer",
"Dashboard",
"Console"
],
"author": "Jishnu Raj <jishnuraj.rockz@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/AJ-Creations/nodigo/issues"
},
"homepage": "https://github.com/AJ-Creations/nodigo#readme"
}