You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
34 lines
775 B
34 lines
775 B
{ |
|
"name": "ignore-by-default", |
|
"version": "1.0.1", |
|
"description": "A list of directories you should ignore by default", |
|
"main": "index.js", |
|
"files": [ |
|
"index.js" |
|
], |
|
"scripts": { |
|
"test": "standard && node test.js" |
|
}, |
|
"repository": { |
|
"type": "git", |
|
"url": "git+https://github.com/novemberborn/ignore-by-default.git" |
|
}, |
|
"keywords": [ |
|
"ignore", |
|
"chokidar", |
|
"watcher", |
|
"exclude", |
|
"glob", |
|
"pattern" |
|
], |
|
"author": "Mark Wubben (https://novemberborn.net/)", |
|
"license": "ISC", |
|
"bugs": { |
|
"url": "https://github.com/novemberborn/ignore-by-default/issues" |
|
}, |
|
"homepage": "https://github.com/novemberborn/ignore-by-default#readme", |
|
"devDependencies": { |
|
"figures": "^1.4.0", |
|
"standard": "^6.0.4" |
|
} |
|
}
|
|
|