UNPKG

ignore-file

Version:

Compile an ignore file (similar to .gitignore) to a Javascript function

31 lines (30 loc) 652 B
{ "name": "ignore-file", "version": "1.1.3", "description": "Compile an ignore file (similar to .gitignore) to a Javascript function", "main": "index.js", "scripts": { "test": "tape test.js" }, "repository": { "type": "git", "url": "git://github.com/mafintosh/ignore-file" }, "keywords": [ "ignore", "file", "gitignore" ], "author": "Mathias Buus", "license": "MIT", "bugs": { "url": "https://github.com/mafintosh/ignore-file/issues" }, "homepage": "https://github.com/mafintosh/ignore-file", "dependencies": { "minimatch": "^3.0.4" }, "devDependencies": { "tape": "^4.9.0" } }