j2j
Version:
CLI tool to convert JS to JSON
44 lines (43 loc) • 1.05 kB
JSON
{
"name": "j2j",
"version": "0.1.2",
"description": "CLI tool to convert JS to JSON",
"main": "index.js",
"keywords": [
"cli",
"command",
"line",
"js",
"javascript",
"object",
"array",
"json"
],
"repository": "https://github.com/boneskull/node-j2j.git",
"bin": {
"j2j": "bin/j2j.js"
},
"preferGlobal": true,
"author": "Christopher Hiller <chiller@badwing.com>",
"license": "MIT",
"dependencies": {
"cardinal": "^0.4.4",
"chalk": "^0.5.1",
"defaults": "^1.0.0",
"graceful-fs": "^3.0.2",
"q": "^1.0.1",
"sandbox": "^0.8.6",
"yargs": "git://github.com/boneskull/yargs#nylen"
},
"devDependencies": {
"ink-docstrap": "^0.4.12",
"jsdoc": "^3.3.0-alpha9",
"jshint": "^2.5.5",
"jshint-stylish": "^0.4.0"
},
"scripts": {
"jsdoc": "jsdoc -c jsdoc.conf.json -t node_modules/ink-docstrap/template j2j.js",
"jshint": "jshint j2j.js --reporter node_modules/jshint-stylish/stylish.js",
"jsdox": "jsdox j2j.js && ls output/j2j.md"
}
}