{
  "name": "iban-demo",
  "homepage": "https://github.com/arhs/iban.js",
  "authors": [
    "Christophe <christophe.grosjean@arhs-spikeseed.com>"
  ],
  "description": "Demo for iban.js",
  "main": "js/demo.js",
  "keywords": [
    "iban",
    "bban",
    "converter"
  ],
  "license": "MIT",
  "private": true,
  "ignore": [
    "**/.*",
    "node_modules",
    "bower_components",
    "test",
    "tests"
  ],
  "dependencies": {
    "bootstrap": "^3.3.7",
    "chai": "^3.5.0",
    "iban": "^0.0.8"
  }
}