UNPKG

ember-app-scheduler

Version:

Ember addon to schedule work at different phases of app life cycle.

30 lines (29 loc) 676 B
{ "name": "matcher-collection", "version": "1.0.4", "main": "index.js", "dependencies": { "minimatch": "^3.0.2" }, "devDependencies": { "tap": "^1.4.1" }, "files": [ "index.js" ], "scripts": { "test": "tap --timeout 2 test.js", "test:debug": "tap --debug-brk --timeout 9999 test.js" }, "author": "Stefan Penner", "license": "ISC", "repository": { "type": "git", "url": "git+https://github.com/stefanpenner/matcher-collection.git" }, "bugs": { "url": "https://github.com/stefanpenner/matcher-collection/issues" }, "homepage": "https://github.com/stefanpenner/matcher-collection#readme", "description": "" }