{
  "name": "poemhub",
  "version": "0.1.0",
  "description": "Write a poem automaticly",
  "main": "dist/poem.js",
  "scripts": {
    "build": "./node_modules/.bin/babel lib -d dist --watch --source-maps",
    "test": "node test/*.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/callmewhy/PoemHub.git"
  },
  "keywords": [
    "poem"
  ],
  "author": "callmewhy",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/callmewhy/PoemHub/issues"
  },
  "homepage": "https://github.com/callmewhy/PoemHub#readme",
  "devDependencies": {
    "babel-cli": "^6.4.0",
    "babel-preset-es2015": "^6.3.13",
    "tape": "^4.4.0"
  }
}
