-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 737 Bytes
/
package.json
File metadata and controls
42 lines (42 loc) · 737 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"name": "transform-keys-deep",
"version": "0.0.5",
"description": "Deeply convert the keys of an object to camelCase",
"author": "Piotr Krajewski <mits87@gmail.com>",
"license": "MIT",
"files": [
"index.js"
],
"main": "index.js",
"scripts": {
"test": "jest"
},
"repository": "git://github.com/mits87/transform-keys-deep.git",
"keywords": [
"map",
"obj",
"object",
"key",
"keys",
"value",
"values",
"val",
"camelcase",
"camel-case",
"case",
"dash",
"hyphen",
"dot",
"underscore",
"separator",
"string",
"text",
"convert",
"deep",
"recursive"
],
"dependencies": {},
"devDependencies": {
"jest": "^24.9.0"
}
}