{
  "name": "typemate",
  "version": "0.7.1",
  "description": "A little JavaScript module that fixes your typesetting Edit",
  "main": "dist/typemate.js",
  "scripts": {
    "build": "NODE_ENV=production npx webpack",
    "test": "./node_modules/.bin/mocha tests.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/hankchizljaw/typemate.git"
  },
  "author": "hankchizljaw",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/hankchizljaw/typemate/issues"
  },
  "homepage": "https://github.com/hankchizljaw/typemate#readme",
  "devDependencies": {
    "babel-core": "^6.26.3",
    "babel-loader": "^7.1.4",
    "babel-plugin-transform-object-rest-spread": "^6.26.0",
    "babel-preset-env": "^1.6.1",
    "jsdom": "^11.5.1",
    "jsdom-global": "^3.0.2",
    "lodash": "^4.17.4",
    "mocha": "^4.0.1",
    "webpack": "^3.10.0"
  }
}
