package.json 543 B

1234567891011121314151617181920212223
  1. {
  2. "name": "timers",
  3. "version": "0.1.1",
  4. "description": "A tiny cron-like tools for humman.",
  5. "main": "index.js",
  6. "devDependencies": {
  7. "mocha": "~1.8.1",
  8. "should": "~1.1.0",
  9. "mocha-lcov-reporter": "~0.0.1",
  10. "sinon": "*",
  11. "coveralls": "~2.0.7",
  12. "blanket": "~1.1.4"
  13. },
  14. "repository": "git@github.com:popomore/timers.git",
  15. "author": "popomore <sakura9515@gmail.com>",
  16. "license": "MIT",
  17. "scripts": {
  18. "test": "make test",
  19. "blanket": {
  20. "pattern": "//^((?!(node_modules|test)).)*$/"
  21. }
  22. }
  23. }