123456789101112131415161718192021222324 |
- {
- "name": "mm",
- "version": "1.0.0",
- "description": "",
- "main": "index.js",
- "scripts": {
- "test": "echo \"Error: no test specified\" && exit 1"
- },
- "repository": {
- "type": "git",
- "url": "git@gitlab.a-level.com.ua:gitgod/mm.git"
- },
- "keywords": [
- "node",
- "mongo",
- "memory",
- "orm"
- ],
- "author": "Ivan Grynkin",
- "license": "ISC",
- "dependencies": {
- "mongodb": "^3.2.2"
- }
- }
|