
PK 
{
"name": "globs",
"version": "0.1.4",
"author": "Stephen Mathieson <me@stephenmathieson.com>",
"repository": {
"type": "git",
"url": "git://github.com/stephenmathieson/node-globs.git"
},
"main": "index.js",
"types": "index.d.ts",
"dependencies": {
"glob": "^7.1.1"
},
"devDependencies": {
"vows": "~0.8.1",
"jshint": "~2.9.4",
"sandboxed-module": "~2.0.3"
},
"description": "An extension of glob, allowing you to provide one or more patterns to match.",
"bugs": {
"url": "https://github.com/stephenmathieson/node-globs/issues"
},
"directories": {
"test": "test"
},
"scripts": {
"test": "make test"
},
"license": "MIT"
}


PK 99