123456789101112131415161718192021222324252627282930313233 |
- {
- "name": "hipstagram",
- "version": "1.0.0",
- "description": "Mock Back for instagram-like service",
- "main": "index.js",
- "scripts": {
- "test": "echo \"Error: no test specified\" && exit 1"
- },
- "repository": {
- "type": "git",
- "url": "git@gitlab.a-level.com.ua:gitgod/hipstagram.git"
- },
- "keywords": [
- "node",
- "memmongo",
- "mongo",
- "graphql",
- "jwt",
- "instagram"
- ],
- "author": "Ivan Grynkin",
- "license": "MIT",
- "dependencies": {
- "cors": "^2.8.5",
- "express": "^4.17.1",
- "express-graphql": "^0.9.0",
- "graphql": "^14.4.2",
- "jsonwebtoken": "^8.5.1",
- "mm": "git+ssh://git@gitlab.a-level.com.ua:gitgod/mm",
- "mm-graphql": "git+ssh://git@gitlab.a-level.com.ua:gitgod/mm-graphql",
- "multer": "^1.4.2"
- }
- }
|