| 123456789101112131415161718 |
- {
- "name": "totorobook",
- "version": "1.0.0",
- "description": "Numeric Book Shelf",
- "main": "index.js",
- "scripts": {
- "test": "echo \"Error: no test specified\" && exit 1"
- },
- "repository": {
- "type": "git",
- "url": "git@git.knacki.info:isundil/totorobook.git"
- },
- "author": "isundil",
- "license": "GPL-3.0-or-later",
- "dependencies": {
- "express": "^4.16.4"
- }
- }
|