UNPKG

change-object-case

Version:
36 lines (35 loc) 814 B
{ "name": "change-object-case", "version": "0.2.1", "description": "Change case of object and arrays", "main": "index.js", "scripts": { "test": "make coveralls", "test_local": "make test" }, "repository": { "type": "git", "url": "git+https://github.com/claudetech/js-change-object-case.git" }, "keywords": [ "case", "cases", "camel", "snake" ], "author": "Daniel Perez <daniel@claudetech.com>", "license": "MIT", "bugs": { "url": "https://github.com/claudetech/js-change-object-case/issues" }, "homepage": "https://github.com/claudetech/js-change-object-case#readme", "dependencies": { "change-case": "^2.3.0" }, "devDependencies": { "chai": "^3.2.0", "coveralls": "^2.11.4", "istanbul": "^0.4.5", "mocha": "^2.2.5" } }