{
  "name": "protips",
  "version": "1.1.0",
  "description": "Output pro-tips for your dev tool",
  "main": "es5/index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "prepublish": "babel src --out-dir es5 --presets es2015"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/wheresrhys/protips.git"
  },
  "keywords": [],
  "author": "",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/wheresrhys/protips/issues"
  },
  "homepage": "https://github.com/wheresrhys/protips#readme",
  "devDependencies": {
    "babel-cli": "^6.10.1",
    "babel-preset-es2015": "^6.9.0",
    "chai": "^3.5.0",
    "mocha": "^2.5.3",
    "sinon": "^1.17.4"
  },
  "dependencies": {
    "chalk": "^1.1.3",
    "marked": "^0.3.5"
  }
}
