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
272 B
16 lines
272 B
11 years ago
|
{
|
||
|
"name": "Lunch-o",
|
||
|
"version": "0.1.0",
|
||
|
"private": true,
|
||
|
"scripts": {
|
||
|
"start": "node ./bin/www"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"express": "~3.4.8",
|
||
|
"static-favicon": "~1.0.0",
|
||
|
"morgan": "~1.0.0",
|
||
|
"body-parser": "~1.0.0",
|
||
|
"debug": "~0.7.4"
|
||
|
}
|
||
|
}
|