123456789101112131415161718192021222324252627 |
- {
- "name": "updchg",
- "version": "0.1.0",
- "homepage": "https://github.com/herby/updchg",
- "authors": [
- "Herbert Vojčík <herby@mailbox.sk>"
- ],
- "description": "Update-change protocol",
- "main": "lib/updchg.js",
- "moduleType": [
- "amd",
- "globals",
- "node"
- ],
- "keywords": [
- "update",
- "change"
- ],
- "license": "MIT",
- "ignore": [
- "**/.*",
- "node_modules",
- "bower_components",
- "test",
- "tests"
- ]
- }
|