blob: a80a6f254620048b00843deb006f2d31998ea9a1 [file] [log] [blame]
{
"author": {
"email": "sindresorhus@gmail.com",
"name": "Sindre Sorhus",
"url": "http://sindresorhus.com"
},
"description": "Convert a dash/dot/underscore/space separated string to camelCase: foo-bar \u2192 fooBar",
"devDependencies": {
"ava": "*",
"xo": "*"
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"index.js"
],
"keywords": [
"camelcase",
"camel-case",
"camel",
"case",
"dash",
"hyphen",
"dot",
"underscore",
"separator",
"string",
"text",
"convert"
],
"license": "MIT",
"name": "camelcase",
"repository": "sindresorhus/camelcase",
"scripts": {
"test": "xo && ava"
},
"version": "2.1.1"
}