cabmin
Version:
Simple control panel for Node.js based on OrangeBox
46 lines (45 loc) • 956 B
JSON
{
"name": "cabmin",
"version": "0.2.1",
"description": "Simple control panel for Node.js based on OrangeBox",
"homepage": "https://github.com/mirrr/orangebox-cabmin",
"author": {
"name": "Oleksiy Chechel",
"email": "alex.mirrr@gmail.com",
"skype": "mirrr-2"
},
"contributors": [{
"name": "Oleksiy Chechel",
"email": "alex.mirrr@gmail.com",
"skype": "mirrr-2"
}],
"engines": {
"node": ">= 0.10"
},
"dependencies": {
"highlight.js": "*",
"marked": "*",
"mime": "^1.2.11",
"orangebox": "^0.4.0",
"press": "*",
"sqwish": "^0.2.2",
"swig": "*",
"uglify-js": "^2.4.15"
},
"keywords": [
"admin",
"panel",
"cabinet",
"control",
"cms"
],
"maintainers": [{
"name": "Oleksiy Chechel",
"email": "alex.mirrr@gmail.com",
"skype": "mirrr-2"
}],
"repository": {
"type": "git",
"url": "https://github.com/mirrr/orangebox-cabmin.git"
}
}