nodejs app started

This commit is contained in:
2015-03-23 13:15:28 -04:00
parent e4a297a28d
commit 6e43cdf6a0
7 changed files with 87 additions and 0 deletions

15
package.json Normal file
View File

@@ -0,0 +1,15 @@
{
"name": "c0db",
"version": "0.0.1",
"repository": {
"type": "git",
"url": "https://github.com/aarongut/cdb.git"
},
"bugs": {
"url": "https://github.com/aarongut/cdb/issues"
},
"dependencies": {
"express": "~3.4.8",
"jade": "~1.1.5"
}
}