{
  "name": "kalkulatr",
  "version": "1.0.0",
  "main": "index.js",
  "scripts": {
    "build": "babel src -d lib",
    "test": "mocha --compilers js:babel-register --recursive"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/gmcquistin/kalkulatr.git"
  },
  "keywords": [],
  "author": "",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/gmcquistin/kalkulatr/issues"
  },
  "homepage": "https://github.com/gmcquistin/kalkulatr#readme",
  "description": "",
  "devDependencies": {
    "babel-cli": "^6.5.1",
    "babel-preset-es2015": "^6.5.0",
    "babel-register": "^6.5.2",
    "chai": "^3.5.0",
    "mocha": "^2.4.5"
  }
}
