1234567891011121314151617181920212223 |
- {
- "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"
- }
|