btrz-formatter
Version:
A formatter library
33 lines (32 loc) • 829 B
JSON
{
"name": "btrz-formatter",
"version": "1.8.0",
"description": "A formatter library",
"main": "index.js",
"scripts": {
"tdd": "node --test --watch test/formatter_tests.js",
"test": "node --test test/formatter_tests.js",
"preversion": "npm test",
"postversion": "git push origin master && git push --tags",
"version": "git tag $1",
"prepare": "git config core.hooksPath .githooks"
},
"repository": {
"type": "git",
"url": "https://github.com/Betterez/btrz-formatter.git"
},
"keywords": [
"Formatting",
"btrz",
"Betterez"
],
"author": "info@betterez.com",
"license": "MIT",
"bugs": {
"url": "https://github.com/Betterez/btrz-formatter/issues"
},
"homepage": "https://github.com/Betterez/btrz-formatter",
"dependencies": {
"bz-date": "2.4.0"
}
}