bower.json 403 B

123456789101112131415161718192021
  1. {
  2. "name": "cron-builder",
  3. "main": "cron-builder.js",
  4. "version": "0.1.0",
  5. "homepage": "https://github.com/srcclr/cron-builder",
  6. "authors": [
  7. "waneka <twwaneka@gmail.com>"
  8. ],
  9. "description": "simple API for building cron expressions",
  10. "keywords": [
  11. "cron"
  12. ],
  13. "license": "MIT",
  14. "ignore": [
  15. "**/.*",
  16. "node_modules",
  17. "bower_components",
  18. "test",
  19. "tests"
  20. ]
  21. }