package.json 760 B

123456789101112131415161718192021222324252627
  1. {
  2. "name": "next-tick",
  3. "version": "1.1.0",
  4. "description": "Environment agnostic nextTick polyfill",
  5. "author": "Mariusz Nowak <medyk@medikoo.com> (http://www.medikoo.com/)",
  6. "keywords": [
  7. "nexttick",
  8. "setImmediate",
  9. "setTimeout",
  10. "async"
  11. ],
  12. "repository": {
  13. "type": "git",
  14. "url": "git://github.com/medikoo/next-tick.git"
  15. },
  16. "devDependencies": {
  17. "tad": "^3.0.1",
  18. "xlint": "^0.2.2",
  19. "xlint-jslint-medikoo": "^0.1.4"
  20. },
  21. "scripts": {
  22. "lint": "node node_modules/xlint/bin/xlint --linter=node_modules/xlint-jslint-medikoo/index.js --no-cache --no-stream",
  23. "lint-console": "node node_modules/xlint/bin/xlint --linter=node_modules/xlint-jslint-medikoo/index.js --watch",
  24. "test": "node node_modules/tad/bin/tad"
  25. },
  26. "license": "ISC"
  27. }