| 12345678910111213141516 |
- {
- "name": "cal",
- "version": "1.0.0",
- "description": "node CLI command that display the next three month",
- "main": "cal.js",
- "scripts": {
- "start": "node cal.js"
- },
- "repository": {
- "type": "git",
- "url": "ssh://git@git.coldiary.eu:10022/coldiary/cal.js.git"
- },
- "keywords": [],
- "author": "",
- "license": "ISC"
- }
|