Files
RootPanel/package.json
2014-05-30 13:30:56 +08:00

44 lines
920 B
JSON

{
"name": "rootpanel",
"version": "0.2.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": "http://feicunyue.com"
}
],
"scripts": {
"start": "make run"
},
"dependencies": {
"jade": "*",
"express": "*",
"coffee-script": "*",
"mongodb": "*",
"underscore": "*",
"jasmine-node": "~1.14.3",
"forever": "*",
"markdown": "*",
"frisby": "*",
"async": "*",
"connect": "~2.17.1",
"harp": "*",
"middleware-injector": "*",
"tmp": "*",
"mysql": "*"
}
}