{
  "name": "svg-style-bundler",
  "version": "1.2.1",
  "description": "A Javascript utility for converting an SVG's computed styles to inline styles",
  "main": "dist/bundle.min.js",
  "unpkg": "dist/bundle.min.js",
  "scripts": {
    "build": "bump --prompt",
    "postversion": "webpack --mode production",
    "test": "test"
  },
  "keywords": [
    "svg",
    "css",
    "inline styles",
    "computed styles"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/i-hardy/svg-style-bundler"
  },
  "author": "Imogen Hardy (imogen.hardy@gmail.com)",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/i-hardy/svg-style-bundler/issues"
  },
  "devDependencies": {
    "@babel/core": "^7.0.0-beta.54",
    "@babel/preset-env": "^7.0.0-beta.54",
    "babel": "^6.23.0",
    "babel-loader": "^8.0.0-beta.4",
    "webpack": "^4.16.1",
    "webpack-cli": "^2.0.14"
  },
  "dependencies": {}
}
