summaryrefslogtreecommitdiff
path: root/node_modules/lodash.defaults/node_modules/lodash.keys/package.json
blob: 023ebceeb4562fb1d164d68ee6d33c0fea6e5b7f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
  "name": "lodash.keys",
  "version": "2.4.1",
  "description": "The Lo-Dash function `_.keys` as a Node.js module generated by lodash-cli.",
  "homepage": "http://lodash.com/custom-builds",
  "license": "MIT",
  "keywords": ["functional", "lodash", "lodash-modularized", "server", "util"],
  "author": "John-David Dalton <john.david.dalton@gmail.com> (http://allyoucanleet.com/)",
  "contributors": [
    "John-David Dalton <john.david.dalton@gmail.com> (http://allyoucanleet.com/)",
    "Blaine Bublitz <blaine@iceddev.com> (http://www.iceddev.com/)",
    "Kit Cambridge <github@kitcambridge.be> (http://kitcambridge.be/)",
    "Mathias Bynens <mathias@qiwi.be> (http://mathiasbynens.be/)"
  ],
  "bugs": "https://github.com/lodash/lodash-cli/issues",
  "repository": { "type": "git", "url": "https://github.com/lodash/lodash-cli.git" },
  "dependencies": {
    "lodash._isnative": "~2.4.1",
    "lodash.isobject": "~2.4.1",
    "lodash._shimkeys": "~2.4.1"
  }
}