UNPKG

1.03 kBJSONView Raw
1{
2 "name": "matchdep",
3 "description": "Use minimatch to filter npm module dependencies by name.",
4 "version": "0.2.0",
5 "homepage": "https://github.com/tkellen/node-matchdep",
6 "author": {
7 "name": "Tyler Kellen",
8 "url": "http://goingslowly.com/"
9 },
10 "repository": {
11 "type": "git",
12 "url": "git://github.com/tkellen/node-matchdep.git"
13 },
14 "bugs": {
15 "url": "https://github.com/tkellen/node-matchdep/issues"
16 },
17 "licenses": [
18 {
19 "type": "MIT",
20 "url": "https://github.com/tkellen/node-matchdep/blob/master/LICENSE-MIT"
21 }
22 ],
23 "main": "lib/matchdep",
24 "engines": {
25 "node": ">= 0.8.0"
26 },
27 "scripts": {
28 "test": "./node_modules/.bin/grunt nodeunit"
29 },
30 "dependencies": {
31 "minimatch": "~0.2.9"
32 },
33 "devDependencies": {
34 "grunt-contrib-jshint": "~0.6.4",
35 "grunt-contrib-nodeunit": "~0.2.1",
36 "grunt": "~0.4.1",
37 "grunt-cli": "~0.1.9"
38 },
39 "keywords": [
40 "package.json",
41 "dependencies",
42 "devDependencies",
43 "peerDependencies"
44 ]
45}