mirror of
https://github.com/HackPlan/RootPanel.git
synced 2026-03-28 23:49:11 +08:00
40 lines
813 B
JSON
40 lines
813 B
JSON
{
|
|
"name": "RootPanel",
|
|
"version": "3.0.0",
|
|
"description": "A pluggable Linux virtual host selling system.",
|
|
"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": "node app.js"
|
|
},
|
|
"dependencies": {
|
|
"express": "*",
|
|
"coffee-script": "*",
|
|
"mongodb": "*",
|
|
"underscore": "*",
|
|
"jasmine-node": "~1.14.3",
|
|
"pm2": "*",
|
|
"markdown": "*",
|
|
"frisby": "*",
|
|
"async": "*",
|
|
"connect": "*",
|
|
"harp": "*"
|
|
}
|
|
}
|