snazzy
Version:
Format JavaScript Standard Style as Stylish (i.e. snazzy) output
47 lines (46 loc) • 1.02 kB
JSON
{
"name": "snazzy",
"description": "Format JavaScript Standard Style as Stylish (i.e. snazzy) output",
"version": "2.0.1",
"author": {
"name": "Feross Aboukhadijeh",
"email": "feross@feross.org",
"url": "http://feross.org/"
},
"bin": {
"snazzy": "./bin/cmd.js"
},
"bugs": {
"url": "https://github.com/feross/snazzy/issues"
},
"dependencies": {
"chalk": "^1.1.0",
"inherits": "^2.0.1",
"minimist": "^1.1.1",
"standard": "^5.0.0",
"standard-json": "^1.0.0",
"text-table": "^0.2.0"
},
"homepage": "https://github.com/feross/snazzy",
"keywords": [
"stylish standard",
"stylish for standard",
"stylish formatter",
"snazzy standard",
"stylish",
"stylish reporter",
"standard",
"pretty output",
"pretty",
"standard pretty"
],
"license": "MIT",
"main": "index.js",
"repository": {
"type": "git",
"url": "git://github.com/feross/snazzy.git"
},
"scripts": {
"test": "./bin/cmd.js --verbose"
}
}