UNPKG

1.08 kBJSONView Raw
1{
2 "name": "get-pkgs",
3 "description": "Get the package.json for an array of repos from the npm registry, optionally filtering properties using glob patterns.",
4 "version": "0.1.1",
5 "homepage": "https://github.com/jonschlinkert/get-pkgs",
6 "author": {
7 "name": "Jon Schlinkert",
8 "url": "https://github.com/jonschlinkert"
9 },
10 "repository": {
11 "type": "git",
12 "url": "git://github.com/jonschlinkert/get-pkgs.git"
13 },
14 "bugs": {
15 "url": "https://github.com/jonschlinkert/get-pkgs/issues"
16 },
17 "license": {
18 "type": "MIT",
19 "url": "https://github.com/jonschlinkert/get-pkgs/blob/master/LICENSE"
20 },
21 "files": [
22 "index.js"
23 ],
24 "main": "index.js",
25 "engines": {
26 "node": ">=0.10.0"
27 },
28 "scripts": {
29 "test": "mocha"
30 },
31 "dependencies": {
32 "async": "^0.9.0",
33 "filter-object": "^1.1.0",
34 "package-json": "^1.1.0"
35 },
36 "devDependencies": {
37 "mocha": "*",
38 "should": "*"
39 },
40 "keywords": [
41 "get",
42 "json",
43 "module",
44 "npm",
45 "object",
46 "package",
47 "package.json",
48 "pkg",
49 "pkgs"
50 ]
51}