UNPKG

374 BJSONView Raw
1{
2 "name": "to-camel-case",
3 "version": "1.0.0",
4 "description": "Convert a string to camel case.",
5 "repository": "git://github.com/ianstormtaylor/to-camel-case.git",
6 "license": "MIT",
7 "dependencies": {
8 "to-space-case": "^1.0.0"
9 },
10 "devDependencies": {
11 "mocha": "^2.3.4"
12 },
13 "keywords": [
14 "camel",
15 "case",
16 "camelcase",
17 "string"
18 ]
19}