32 lines
663 B
JSON
32 lines
663 B
JSON
{
|
|
"name": "humps",
|
|
"version": "2.0.1",
|
|
"description": "Underscore-to-camelCase converter (and vice versa) for strings and object keys in JavaScript.",
|
|
"main": "humps.js",
|
|
"scripts": {
|
|
"test": "mocha"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/domchristie/humps.git"
|
|
},
|
|
"keywords": [
|
|
"utils",
|
|
"camel",
|
|
"case",
|
|
"underscore",
|
|
"converter",
|
|
"strings",
|
|
"objects"
|
|
],
|
|
"author": "Dom Christie",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"mocha": "^2.2.5"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/domchristie/humps/issues"
|
|
},
|
|
"homepage": "https://github.com/domchristie/humps"
|
|
}
|