UNPKG

orionsoft-react-scripts

Version:

Orionsoft Configuration and scripts for Create React App.

43 lines (42 loc) 823 B
{ "name": "ignore", "version": "3.2.0", "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" } }