{
  "name": "jquery-inline-svg",
  "version": "1.0.2",
  "description": "Replace SVG images with inline SVG element",
  "main": "dist/jquery-inline-svg.js",
  "module": "src/index.js",
  "unpkg": "dist/jquery-inline-svg.min.js",
  "scripts": {
    "test": "eslint src/*.js",
    "build": "npm run bundle && npm run bundle:min",
    "bundle": "rollup -c build/rollup.conf.js",
    "bundle:min": "rollup -c build/rollup-min.conf.js",
    "prepublishOnly": "npm run build"
  },
  "keywords": [
    "svg",
    "inline",
    "jquery"
  ],
  "author": "shrpne <shrpne@gmail.com>",
  "license": "MIT",
  "repository": "shrpne/jquery-inline-svg",
  "bugs": {
    "url": "https://github.com/shrpne/jquery-inline-svg/issues"
  },
  "homepage": "https://github.com/shrpne/jquery-inline-svg",
  "dependencies": {},
  "devDependencies": {
    "babel-core": "^6.26.0",
    "babel-preset-env": "^1.6.1",
    "eslint": "^4",
    "eslint-config-airbnb-base": "^12.1.0",
    "eslint-plugin-import": "^2.9.0",
    "rollup": "^0.57.1",
    "rollup-plugin-babel": "^3.0.3",
    "rollup-plugin-uglify": "^3.0.0"
  }
}
