12345678910111213141516171819202122232425262728293031 |
- {
- "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"
- }
|