{
  "name": "horunge",
  "version": "1.0.0",
  "main": "dist/horunge.js",
  "description": "Prevent typographic orphans",
  "keywords": [
    "typography",
    "orphan"
  ],
  "homepage": "https://github.com/davidpaulsson/horunge.js",
  "author": {
    "name": "David Paulsson",
    "email": "david@davidpaulsson.se",
    "url": "https://davidpaulsson.se"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/davidpaulsson/horunge.js.git"
  },
  "licenses": [
    {
      "type": "WTFPL"
    }
  ],
  "dependencies": {},
  "devDependencies": {
    "babel-cli": "^6.26.0",
    "babel-plugin-transform-es2015-modules-umd": "^6.24.1",
    "babel-preset-es2015": "^6.24.1",
    "jest": "^21.2.1"
  },
  "scripts": {
    "uglify": "uglifyjs dist/horunge.js -c -m -o dist/horunge.min.js",
    "babel": "babel --plugins transform-es2015-modules-umd --presets es2015 src/horunge.js --out-file dist/horunge.js",
    "build": "npm run babel && npm run uglify",
    "test": "jest"
  }
}
