You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

28 lines
509 B

  1. {
  2. "name": "iban-demo",
  3. "homepage": "https://github.com/arhs/iban.js",
  4. "authors": [
  5. "Christophe <christophe.grosjean@arhs-spikeseed.com>"
  6. ],
  7. "description": "Demo for iban.js",
  8. "main": "js/demo.js",
  9. "keywords": [
  10. "iban",
  11. "bban",
  12. "converter"
  13. ],
  14. "license": "MIT",
  15. "private": true,
  16. "ignore": [
  17. "**/.*",
  18. "node_modules",
  19. "bower_components",
  20. "test",
  21. "tests"
  22. ],
  23. "dependencies": {
  24. "bootstrap": "^3.3.7",
  25. "chai": "^3.5.0",
  26. "iban": "^0.0.8"
  27. }
  28. }