Build server prototype (integration with GitHub / NuGet / etc)
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
{
|
|
|
|
"name": "micro-build-server",
|
|
|
|
"version": "0.0.1",
|
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
|
|
|
"start": "forever -c node app.js"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"express": "3.4.4",
|
|
|
|
"jade": "*",
|
|
|
|
"async": "~0.2.9",
|
|
|
|
"fs-extra": "~0.8.1",
|
|
|
|
"git-node": "~0.1.1",
|
|
|
|
"github": "~0.2.0",
|
|
|
|
"glob": "~3.2.7",
|
|
|
|
"nodemailer": "~0.6.0",
|
|
|
|
"mustache": "~0.8.1",
|
|
|
|
"adm-zip": "~0.4.4"
|
|
|
|
}
|
|
|
|
}
|