diff options
| author | Kumar Damani <kumar.damani@mail.utoronto.ca> | 2016-08-03 18:30:06 +0000 |
|---|---|---|
| committer | Kumar Damani <kumar.damani@mail.utoronto.ca> | 2016-08-03 18:30:06 +0000 |
| commit | f383a85f8ed569821ea0e929139dcd68c5541519 (patch) | |
| tree | e21ca3c635e0bf6aaa124a7954451a09237121c4 /package.json | |
all files
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/package.json b/package.json new file mode 100644 index 0000000..29b783b --- /dev/null +++ b/package.json @@ -0,0 +1,14 @@ +{ + "name": "One MEAN To-do List", + "version": "0.0.1", + "description": "a to-do List.", + "main": "server.js", + "author": "Kumar Damani", + "dependencies": { + "body-parser": "^1.4.3", + "express": "^4.13.4", + "method-override": "^2.1.3", + "mongoose": "^4.4.12", + "morgan": "^1.1.1" + } +} |
