change-case-object
Version:
Changes the case of all keys of an object
47 lines (46 loc) • 1.12 kB
JSON
{
"name": "change-case-object",
"version": "2.0.0",
"description": "Changes the case of all keys of an object",
"main": "index.js",
"scripts": {
"lint": "eslint .",
"pretest": "npm run lint",
"test": "mocha",
"coverage": "istanbul cover _mocha --report html -- -R spec",
"precommit": "npm run lint"
},
"repository": {
"type": "git",
"url": "git+https://github.com/BinaryThumb/change-case-object.git"
},
"keywords": [
"camel",
"object",
"case",
"change",
"snake",
"param"
],
"author": "Johannes Stein",
"license": "MIT",
"bugs": {
"url": "https://github.com/BinaryThumb/change-case-object/issues"
},
"homepage": "https://github.com/BinaryThumb/change-case-object#readme",
"dependencies": {
"camel-case": "^1.2.0",
"param-case": "^1.1.1",
"snake-case": "^1.1.1"
},
"devDependencies": {
"chai": "^3.4.1",
"coveralls": "^2.11.6",
"eslint": "^1.10.3",
"eslint-config-airbnb": "^2.0.0",
"husky": "^0.10.2",
"istanbul": "^0.4.1",
"mocha": "^2.3.4",
"mocha-lcov-reporter": "^1.0.0"
}
}