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