UNPKG

878 BJSONView Raw
1{
2 "name": "object.pick",
3 "description": "Returns a filtered copy of an object with only the specified keys, like `pick` from lo-dash / underscore.",
4 "version": "1.1.1",
5 "homepage": "https://github.com/jonschlinkert/object.pick",
6 "author": {
7 "name": "Jon Schlinkert",
8 "url": "https://github.com/jonschlinkert"
9 },
10 "repository": {
11 "type": "git",
12 "url": "git://github.com/jonschlinkert/object.pick.git"
13 },
14 "bugs": {
15 "url": "https://github.com/jonschlinkert/object.pick/issues"
16 },
17 "license": {
18 "type": "MIT",
19 "url": "https://github.com/jonschlinkert/object.pick/blob/master/LICENSE"
20 },
21 "files":[ "index.js"],
22 "main": "index.js",
23 "engines": {
24 "node": ">=0.10.0"
25 },
26 "scripts": {
27 "test": "mocha"
28 },
29 "devDependencies": {
30 "mocha": "*",
31 "should": "^4.0.4"
32 },
33 "keywords": [
34 "object",
35 "pick"
36 ]
37}
\No newline at end of file