Commit 4abe535628b16eb0d8c8c54d8bf73e1920dfe489

Authored by Wesnydy Ribeiro
1 parent eb6c14f4

New api dependencies

Showing 1 changed file with 2 additions and 0 deletions   Show diff stats
translate-api/package.json
@@ -13,8 +13,10 @@ @@ -13,8 +13,10 @@
13 }, 13 },
14 "dependencies": { 14 "dependencies": {
15 "amqplib": "~0.5.1", 15 "amqplib": "~0.5.1",
  16 + "bluebird": "^3.4.7",
16 "body-parser": "~1.16.0", 17 "body-parser": "~1.16.0",
17 "express": "~4.0.0", 18 "express": "~4.0.0",
  19 + "mongoose": "^4.8.4",
18 "shortid": "~2.2.6" 20 "shortid": "~2.2.6"
19 } 21 }
20 } 22 }