{
  "name": "vue-stripe-elements",
  "version": "0.2.3",
  "description": "Stripe Elements components for Vue",
  "main": "./dist/index.js",
  "scripts": {
    "build": "webpack",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/nkoehring/vue-stripe-elements.git"
  },
  "keywords": [
    "vue",
    "stripe",
    "elements",
    "payment"
  ],
  "author": "Norman Köhring <n@koehr.in>",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/nkoehring/vue-stripe-elements/issues"
  },
  "homepage": "https://github.com/nkoehring/vue-stripe-elements#readme",
  "dependencies": {},
  "devDependencies": {
    "babel-core": "^6.21.0",
    "babel-loader": "^6.2.10",
    "babel-preset-es2015": "^6.18.0",
    "vue-loader": "^10.0.2",
    "vue-template-compiler": "^2.1.8",
    "webpack": "^1.14.0"
  }
}
