updated app

This commit is contained in:
2012-05-30 23:00:06 -04:00
parent 6a753904b7
commit da6ad88d48
5545 changed files with 1101709 additions and 60 deletions

14
node_modules/derby-examples/hello/package.json generated vendored Normal file
View File

@@ -0,0 +1,14 @@
{
"name": "derby-hello-example",
"description": "Hello world demo for Derby",
"version": "0.0.0",
"main": "./server.js",
"dependencies": {
"derby": "*",
"express": "3.x"
},
"private": true,
"devDependencies": {
"coffee-script": ">=1.3.1"
}
}