bower.json 411 B

12345678910111213141516171819202122
  1. {
  2. "name": "silly-datetime",
  3. "main": "dest/index.umd.js",
  4. "version": "0.1.1",
  5. "homepage": "https://github.com/csbun/silly-datetime",
  6. "authors": [
  7. "Hans Chan <chenhc@ucweb.com>"
  8. ],
  9. "description": "simple datetime formater",
  10. "keywords": [
  11. "datetime",
  12. "format"
  13. ],
  14. "license": "MIT",
  15. "ignore": [
  16. "**/.*",
  17. "node_modules",
  18. "bower_components",
  19. "test",
  20. "tests"
  21. ]
  22. }