format-keys
Version:
Format object keys recursively.
30 lines (29 loc) • 612 B
JSON
{
"name": "format-keys",
"version": "1.0.0",
"description": "Format object keys recursively.",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git://github.com/neoziro/format-keys.git"
},
"keywords": [
"format",
"keys",
"object",
"recursive"
],
"author": "Greg Bergé <berge.greg@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/neoziro/format-keys/issues"
},
"homepage": "https://github.com/neoziro/format-keys",
"devDependencies": {
"mocha": "^1.21.5"
},
"dependencies": {}
}