UNPKG

953 BJSONView 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.2.2",
5 "homepage": "https://github.com/jonschlinkert/get-pkgs",
6 "author": "Jon Schlinkert (https://github.com/jonschlinkert)",
7 "repository": "jonschlinkert/get-pkgs",
8 "bugs": {
9 "url": "https://github.com/jonschlinkert/get-pkgs/issues"
10 },
11 "license": "MIT",
12 "files": [
13 "index.js"
14 ],
15 "main": "index.js",
16 "engines": {
17 "node": ">=0.10.0"
18 },
19 "scripts": {
20 "test": "mocha"
21 },
22 "dependencies": {
23 "ansi-bold": "^0.1.1",
24 "ansi-red": "^0.1.1",
25 "async": "^1.4.0",
26 "filter-object": "^2.0.0",
27 "min-request": "^1.4.1"
28 },
29 "devDependencies": {
30 "mocha": "*",
31 "should": "*"
32 },
33 "keywords": [
34 "get",
35 "json",
36 "module",
37 "npm",
38 "object",
39 "package",
40 "package.json",
41 "pkg",
42 "pkgs"
43 ]
44}