json2yaml.js/package.json

36 lines
749 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.2.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",
"wordwrap": "^1.0.0"
},
"devDependencies": {},
"preferGlobal": true
}