Files
RootPanel/package.json
2014-04-11 21:44:27 +08:00

39 lines
766 B
JSON

{
"name": "RootPanel",
"description": "A pluggable Linux virtual host selling system.",
"version": "3.0.0",
"repository": {
"type": "git",
"url": "https://github.com/jybox/RootPanel"
},
"contributors": [
{
"name": "jysperm",
"email": "jysperm@gmail.com",
"web": "http://jysperm.me/"
}
],
"scripts": {
"start": "node app.js"
},
"license": "GPLv3",
"dependencies": {
"express": "*",
"jade": "*",
"less": "*",
"i18next": "*",
"coffee-script": "*",
"mongodb": "*",
"underscore": "*",
"markdown": "*",
"async": "*",
"connect": "*"
},
"devDependencies": {
"gulp": "~3.5.6",
"gulp-coffee": "~1.4.1",
"gulp-less": "~1.2.3",
"gulp-uglify": "~0.2.1"
}
}