{
  "name": "smartquotes",
  "version": "2.3.2",
  "author": "Kelly Martin",
  "contributors": [
    "Kelly Martin",
    "Callum Macrae"
  ],
  "description": "Smart quotes are smart typography.",
  "homepage": "http://github.com/kellym/smartquotes.js",
  "license": "MIT",
  "main": "dist/smartquotes.js",
  "keywords": [
    "smart",
    "quotes",
    "browser",
    "node.js"
  ],
  "repository": {
    "type": "git",
    "url": "git://github.com/kellym/smartquotes.js.git"
  },
  "bugs": {
    "url": "https://github.com/kellym/smartquotes.js/issues"
  },
  "scripts": {
    "preversion": "npm test && git commit . -m \"Build release\" || true",
    "build": "webpack",
    "test": "npm run build && tap test/*.js"
  },
  "devDependencies": {
    "babel-loader": "^7.1.2",
    "babel-minify-webpack-plugin": "^0.2.0",
    "babel-preset-es2015": "^6.24.1",
    "jsdom": "^7.0.0",
    "parse5": "^3.0.2",
    "tap": "^10.3.0",
    "webcomponents.js": "github:webcomponents/webcomponentsjs#v0.7.24",
    "webpack": "^3.6.0"
  },
  "engines": {
    "node": ">=4.0.0"
  }
}
