diff --git a/package.json b/package.json new file mode 100644 index 0000000..0dd7933 --- /dev/null +++ b/package.json @@ -0,0 +1,13 @@ +{ + "name": "WeddingPics", + "description": "An app which allows people at weddings to take pictures", + "author": "Jason Smale ", + "dependencies": { + "express": "2.5.x", + "mongoose": "2.3.x", + "ejs": "0.4.x", + "socket.io":"0.8.x", + "stylus":"0.19.x" + }, + "engine": "node >= 0.4.1" +} \ No newline at end of file