{
  "name": "html-decision-tree",
  "version": "0.0.6",
  "description": "Image Description Decision Tree",
  "main": "dist/decisiontree.js",
  "types": "dist/decisiontree.d.ts",
  "scripts": {
    "build": "npx tsc; npx webpack",
    "prepack": "npm install; npx tsc; npx webpack"
  },
  "maintainers": [
    "Volker Sorge <v.sorge@progressiveaccess.com>"
  ],
  "bugs": {
    "email": "diagram-codesprint@benetech.org",
    "url": "https://github.com/diagram-codesprint/"
  },
  "license": "Apache-2.0",
  "repository": {
    "type": "git",
    "url": "https://github.com/zorkow/html-decision-tree"
  },
  "keywords": [
    "decision tree",
    "accessibility"
  ],
  "homepage": "https://github.com/zorkow/html-decision-tree",
  "dependencies": {},
  "devDependencies": {
    "ts-loader": "^6.2.0",
    "tslint": "^5.12.1",
    "tslint-jsdoc-rules": "^0.2.0",
    "tslint-unix-formatter": "^0.2.0",
    "typescript": "^3.*",
    "webpack": "^4.43.0",
    "webpack-cli": "^3.3.11"
  },
  "files": [
    "LICENSE",
    "README.md",
    "dist",
    "samples",
    "styles"
  ]
}
