Files
RootPanel/package.json
2014-05-10 04:24:01 +08:00

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": "*"
}
}