BrickUp API Service for Docker version.

package.json 535B

123456789101112131415161718192021222324
  1. {
  2. "name": "brickup-api-service",
  3. "version": "1.0.0",
  4. "description": "",
  5. "main": "app.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1"
  8. },
  9. "repository": {
  10. "type": "git",
  11. "url": "git@hackajob.io:LetSchool/BrickUp-API-Service.git"
  12. },
  13. "author": "Fred Chien <cfsghost@gmail.com>",
  14. "license": "ISC",
  15. "dependencies": {
  16. "fs-extra": "^0.30.0",
  17. "koa": "^1.2.0",
  18. "koa-bodyparser": "^2.0.1",
  19. "koa-cors": "0.0.16",
  20. "koa-router": "^5.4.0",
  21. "koa-static": "^2.0.0"
  22. }
  23. }