UNPKG

charlike

Version:

Small, fast, simple and streaming project scaffolder for myself, but not only. Supports hundreds of template engines through the @JSTransformers API or if you want custom `render` function passed through options

43 lines (42 loc) 823 B
{ "name": "ignore", "version": "3.2.2", "description": "Ignore is a manager and filter for .gitignore rules.", "main": "./ignore.js", "files": [ "ignore.js", "LICENSE-MIT" ], "scripts": { "test": "./node_modules/.bin/mocha --reporter spec ./test/ignore.js" }, "repository": { "type": "git", "url": "git@github.com:kaelzhang/node-ignore.git" }, "keywords": [ "ignore", ".gitignore", "gitignore", "npmignore", "rules", "manager", "filter", "regexp", "regex", "fnmatch", "glob", "asterisks", "regular-expression" ], "author": "kael", "license": "MIT", "bugs": { "url": "https://github.com/kaelzhang/node-ignore/issues" }, "dependencies": {}, "devDependencies": { "chai": "~1.7.2", "mocha": "~1.13.0" } }