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.
23 lines
492 B
23 lines
492 B
{
|
|
"name": "micro-build-server",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"scripts": {
|
|
"start": "forever -c node app.js"
|
|
},
|
|
"dependencies": {
|
|
"adm-zip": "0.4.7",
|
|
"async": "~2.1.4",
|
|
"express": "3.4.4",
|
|
"fs-extra": "^1.0.0",
|
|
"github": "~0.2.4",
|
|
"glob": "~7.1.1",
|
|
"graceful-fs": "^4.1.11",
|
|
"jade": "*",
|
|
"mustache": "~2.3.0",
|
|
"nodegit": "~0.16.0",
|
|
"nodemailer": "~2.7.0",
|
|
"recursive-tree-copy": "0.0.1",
|
|
"underscore": "^1.8.3"
|
|
}
|
|
}
|
|
|