react / react-0.13.3 / examples / basic-commonjs / node_modules / browserify / node_modules / umd / node_modules / uglify-js / node_modules / yargs / node_modules / camelcase / package.json
80766 views{1"name": "camelcase",2"version": "1.1.0",3"description": "Convert a dash/dot/underscore/space separated string to camelCase: foo-bar → fooBar",4"license": "MIT",5"repository": {6"type": "git",7"url": "https://github.com/sindresorhus/camelcase"8},9"author": {10"name": "Sindre Sorhus",11"email": "[email protected]",12"url": "http://sindresorhus.com"13},14"engines": {15"node": ">=0.10.0"16},17"scripts": {18"test": "node test.js"19},20"files": [21"index.js"22],23"keywords": [24"camelcase",25"camel-case",26"camel",27"case",28"dash",29"hyphen",30"dot",31"underscore",32"separator",33"string",34"text",35"convert"36],37"devDependencies": {38"ava": "0.0.4"39},40"gitHead": "552dafacf307f3dd97586b0f96b1d608a2d48b7d",41"bugs": {42"url": "https://github.com/sindresorhus/camelcase/issues"43},44"homepage": "https://github.com/sindresorhus/camelcase",45"_id": "[email protected]",46"_shasum": "953b25c3bc98671ee59a44cb9d542672da7331b9",47"_from": "camelcase@>=1.0.2 <2.0.0",48"_npmVersion": "2.9.1",49"_nodeVersion": "0.12.3",50"_npmUser": {51"name": "sindresorhus",52"email": "[email protected]"53},54"dist": {55"shasum": "953b25c3bc98671ee59a44cb9d542672da7331b9",56"tarball": "http://registry.npmjs.org/camelcase/-/camelcase-1.1.0.tgz"57},58"maintainers": [59{60"name": "sindresorhus",61"email": "[email protected]"62}63],64"directories": {},65"_resolved": "https://registry.npmjs.org/camelcase/-/camelcase-1.1.0.tgz"66}676869