{
  "name": "story-graph",
  "version": "2.0.2",
  "description": "Define a world and generate stories.",
  "main": "dist/story.js",
  "scripts": {
    "lint": "eslint ./src/.",
    "test": "_mocha --",
    "coverage": "istanbul cover node_modules/.bin/_mocha --",
    "view-coverage": "open ./coverage/lcov-report/index.html",
    "generate-world": "node generateWorld.js"
  },
  "keywords": [
    "Literature",
    "Poetry",
    "Generation"
  ],
  "author": "James Edwards",
  "license": "MIT",
  "dependencies": {
    "ts-loader": "^3.5.0",
    "typescript": "^2.7.1"
  },
  "devDependencies": {
    "eslint": "^2.10.2",
    "eslint-config-airbnb-base": "^3.0.1",
    "eslint-plugin-import": "^1.8.0",
    "istanbul": "^0.4.3",
    "mocha": "^2.4.5"
  },
  "engines": {
    "node": ">=6.0.0"
  },
  "directories": {
    "example": "examples",
    "test": "test"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/incrediblesound/story-graph.git"
  },
  "bugs": {
    "url": "https://github.com/incrediblesound/story-graph/issues"
  },
  "homepage": "https://github.com/incrediblesound/story-graph#readme"
}
