UNPKG

glob-utils

Version:

Utilities for file globbing and Grunt.js projects.

38 lines (37 loc) 769 B
{ "name": "glob-utils", "description": "Utilities for file globbing and Grunt.js projects.", "version": "0.4.1", "homepage": "https://github.com/jonschlinkert/glob-utils", "author": "Jon Schlinkert (https://github.com/jonschlinkert)", "repository": "jonschlinkert/glob-utils", "bugs": { "url": "https://github.com/jonschlinkert/glob-utils/issues" }, "license": "MIT", "files": [ "index.js" ], "main": "index.js", "engines": { "node": ">= 0.8.0" }, "scripts": { "test": "mocha" }, "dependencies": { "globby": "^0.1.1", "gray-matter": "^0.4.2" }, "devDependencies": { "should": "^4.0.4", "mocha": "*" }, "keywords": [ "expand", "glob", "globbing", "minimatch", "pattern" ] }