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.
16 lines
274 B
16 lines
274 B
11 years ago
|
{
|
||
|
"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"
|
||
|
}
|
||
|
}
|