mirror of
https://github.com/HackPlan/RootPanel.git
synced 2026-01-12 22:27:09 +08:00
44 lines
908 B
JSON
44 lines
908 B
JSON
{
|
|
"name": "rootpanel",
|
|
"version": "0.1.0",
|
|
"description": "A linux virtual host management system with extensibility",
|
|
"homepage": "http://rpvhost.net",
|
|
"license": "GPL-3.0",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/jysperm/RootPanel.git"
|
|
},
|
|
"contributors": [
|
|
{
|
|
"name": "jysperm",
|
|
"email": "jysperm@gmail.com",
|
|
"url": "http://jysperm.me/"
|
|
},
|
|
{
|
|
"name": "yudong",
|
|
"email": "liyudonog1992@gmail.com",
|
|
"url": "feicunyue.com"
|
|
}
|
|
],
|
|
"scripts": {
|
|
"start": "make run"
|
|
},
|
|
"dependencies": {
|
|
"jade": "*",
|
|
"express": "*",
|
|
"coffee-script": "*",
|
|
"mongodb": "*",
|
|
"underscore": "*",
|
|
"jasmine-node": "~1.14.3",
|
|
"forever": "*",
|
|
"markdown": "*",
|
|
"frisby": "*",
|
|
"async": "*",
|
|
"connect": "*",
|
|
"harp": "*",
|
|
"middleware-injector": "*",
|
|
"tmp": "*",
|
|
"mysql": "*"
|
|
}
|
|
}
|