package.json 461 B

1234567891011121314151617181920212223
  1. {
  2. "name": "hipstagram",
  3. "version": "1.0.0",
  4. "description": "Mock Back for instagram-like service",
  5. "main": "index.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1"
  8. },
  9. "repository": {
  10. "type": "git",
  11. "url": "git@gitlab.a-level.com.ua:gitgod/hipstagram.git"
  12. },
  13. "keywords": [
  14. "node",
  15. "memmongo",
  16. "mongo",
  17. "graphql",
  18. "jwt",
  19. "instagram"
  20. ],
  21. "author": "Ivan Grynkin",
  22. "license": "MIT"
  23. }