UNPKG

domotz-remote-pawn

Version:

Domotz Agent

38 lines (37 loc) 877 B
{ "author": "AJ ONeal <coolaj86@gmail.com> (http://coolaj86.com)", "name": "json2yaml", "description": "A commandline utility to convert JSON to YAML / YML", "keywords": [ "yml", "yaml", "json", "cli", "util" ], "version": "1.1.0", "license": "Apache-2.0", "main": "index.js", "repository": { "type": "git", "url": "https://github.com/coolaj86/json2yaml.git" }, "bin": { "json2yaml": "./cli.js", "jsontoyaml": "./cli.js", "jsontoyml": "./cli.js", "json2yml": "./cli.js" }, "engines": { "node": ">= 0.2.0" }, "test": "echo 'error no test'; exit 1", "dependencies": { "remedial": "1.x" }, "devDependencies": {}, "preferGlobal": true ,"_resolved": "http://npm.domotz.com:4873/json2yaml/-/json2yaml-1.1.0.tgz" ,"_integrity": "sha1-VBTZB/mBZYa4DFE+wuOusquBmmw=" ,"_from": "json2yaml@1.1.0" }