UNPKG

1.1 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.2.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 "chalk": "^1.0.0",
34 "filter-object": "^1.1.0",
35 "package-json": "^1.1.0"
36 },
37 "devDependencies": {
38 "mocha": "*",
39 "should": "*"
40 },
41 "keywords": [
42 "get",
43 "json",
44 "module",
45 "npm",
46 "object",
47 "package",
48 "package.json",
49 "pkg",
50 "pkgs"
51 ]
52}