-
-
Notifications
You must be signed in to change notification settings - Fork 7
/
bower.json
52 lines (52 loc) · 1.13 KB
/
bower.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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"name": "rename-keys",
"description": "Modify the names of the own enumerable properties (keys) of an object.",
"repository": "jonschlinkert/rename-keys",
"license": "MIT",
"homepage": "https://github.com/jonschlinkert/rename-keys",
"authors": [
"Jon Schlinkert"
],
"main": [
"index.js"
],
"devDependencies": {
"gulp-format-md": "^1.0.0",
"mocha": "^3.2.0"
},
"keywords": [
"enumerable",
"keys",
"object",
"properties",
"rename"
],
"version": "2.0.0",
"bugs": {
"url": "https://github.com/jonschlinkert/rename-keys/issues"
},
"ignore": [
"actual",
"bower_components",
"fixtures",
"node_modules",
"temp",
"test",
"test.js",
"tmp"
],
"files": [
"index.js"
],
"contributors": [
"Brian Woodward (https://twitter.com/doowb)",
"Jon Schlinkert (http://twitter.com/jonschlinkert)",
"Oleg Slobodskoi (https://kof.github.io)",
"Palani Kumanan (https://github.com/palanik)",
"Robin Bullock (https://github.com/robinbullocks4rb)",
"Scott Ellard (http://www.anenta.com)"
],
"dependencies": {
"isobject": "^3.0.1"
}
}