forked from jonschlinkert/rename-keys
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 816 Bytes
/
package.json
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
{
"name": "rename-keys",
"description": "Modify the names of the own enumerable properties (keys) of an object.",
"version": "1.1.2",
"homepage": "https://github.com/jonschlinkert/rename-keys",
"author": {
"name": "Jon Schlinkert",
"url": "https://github.com/jonschlinkert"
},
"repository": {
"type": "git",
"url": "https://github.com/jonschlinkert/rename-keys.git"
},
"bugs": {
"url": "https://github.com/jonschlinkert/rename-keys/issues"
},
"license": {
"type": "MIT",
"url": "https://github.com/jonschlinkert/rename-keys/blob/master/LICENSE-MIT"
},
"main": "index.js",
"engines": {
"node": ">= 0.8.0"
},
"devDependencies": {
"mocha": "~1.17.1"
},
"keywords": [
"keys",
"object",
"enumerable",
"properties",
"rename"
]
}