handlebars-json-beauty
Version:
handlebars helper for printing prettyfied json
50 lines • 1.18 kB
JSON
{
"name": "handlebars-json-beauty",
"version": "1.0.1",
"description": "handlebars helper for printing prettyfied json",
"main": "./src/index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "node ./node_modules/mocha/bin/mocha",
"samples": "node sample/sample.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dim912/handlebar-pretty-json.git"
},
"keywords": [
"handlebars-printjson",
"handlebars-jsonprint",
"handlebar-prettyjson",
"handlebars-pretty-json",
"prettyjson-handlebar",
"prettifying-handlebar",
"handlebar",
"handlebar-json",
"handlebars-json-print",
"handlebarjson",
"beauty",
"json",
"print",
"prettyjson",
"pretty-json",
"prettifying",
"json-prettifying"
],
"author": "Dimuthu Senanayaka",
"license": "MIT",
"bugs": {
"url": "https://github.com/dim912/handlebar-pretty-json/issues"
},
"homepage": "https://github.com/dim912/handlebar-pretty-json#readme",
"devDependencies": {
"chai": "^3.5.0",
"mocha": "^3.3.0",
"fs": "0.0.1-security"
},
"dependencies": {
"handlebars": "^4.0.8"
}
}