UNPKG

camelcasejs

Version:

String to CamelCase or CamelCase to string: `foo-bar` ⇄ `fooBar`

42 lines (41 loc) 881 B
{ "name": "camelcasejs", "version": "1.0.3", "description": "String to CamelCase or CamelCase to string: `foo-bar` ⇄ `fooBar`", "main": "index.js", "scripts": { "test": "mocha" }, "repository": { "type": "git", "url": "git+https://github.com/Sansossio/CamelCaseJS.git" }, "keywords": [ "camel case", "case", "camel", "dash", "dot", "under", "hyphen", "underscore", "separator", "string", "text", "convert", "reverse" ], "author": "Julio Sansossio", "license": "MIT", "bugs": { "url": "https://github.com/Sansossio/CamelCaseJS/issues" }, "homepage": "https://github.com/Sansossio/CamelCaseJS#readme", "devDependencies": { "assert": "^1.4.1", "eslint": "^4.9.0", "eslint-config-airbnb-base": "^12.1.0", "eslint-plugin-import": "^2.7.0", "mocha": "^5.0.4" } }