json2yaml.js/package.json

28 lines
672 B
JSON

{
"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.0.3",
"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
}