1234567891011121314151617181920212223 |
- {
- "name": "updchg",
- "version": "0.1.0",
- "description": "Update-change protocol",
- "main": "lib/updchg.js",
- "scripts": {
- "test": "echo \"Error: no test specified\" && exit 1"
- },
- "repository": {
- "type": "git",
- "url": "https://github.com/herby/updchg.git"
- },
- "keywords": [
- "update",
- "change"
- ],
- "author": "Herbert Vojčík <herby@mailbox.sk>",
- "license": "MIT",
- "bugs": {
- "url": "https://github.com/herby/updchg/issues"
- },
- "homepage": "https://github.com/herby/updchg"
- }
|