35 lines
723 B
JSON
35 lines
723 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.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
|
|
}
|