bower.json 429 B

12345678910111213141516171819202122
  1. {
  2. "name": "chance",
  3. "version": "1.1.4",
  4. "main": "chance.js",
  5. "ignore": [
  6. "node_modules"
  7. ],
  8. "description": "Chance - Utility library to generate anything random",
  9. "homepage": "http://chancejs.com",
  10. "keywords": [
  11. "chance",
  12. "random",
  13. "generator"
  14. ],
  15. "author": {
  16. "name": "Victor Quinn",
  17. "web": "https://www.victorquinn.com"
  18. },
  19. "devDependencies": {
  20. "phone_number_js": "~1.0.0"
  21. }
  22. }