{
  "name": "jointjs",
  "title": "JointJS",
  "description": "JavaScript diagramming library",
  "keywords": [
    "diagram",
    "flowchart",
    "graph",
    "visualization"
  ],
  "scripts": {
    "test": "grunt test"
  },
  "version": "3.0.4",
  "main": "./dist/joint.min.js",
  "browser": "./dist/joint.min.js",
  "style": "./dist/joint.min.css",
  "types": "./dist/joint.d.ts",
  "module": "./joint.mjs",
  "homepage": "http://jointjs.com",
  "author": {
    "name": "client IO",
    "url": "http://client.io"
  },
  "contributors": [
    "David Durman <david@client.io> (https://github.com/DavidDurman)",
    "Roman Bruckner <roman@client.io> (https://github.com/kumilingus)",
    "Vladimir Talas <lades@client.io> (https://github.com/vtalas)",
    "Zbynek Stara <zbynek@client.io> (https://github.com/zbynekstara)"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/clientIO/joint.git"
  },
  "bugs": {
    "url": "https://github.com/clientIO/joint/issues"
  },
  "license": "MPL-2.0",
  "dependencies": {
    "backbone": "~1.4.0",
    "dagre": "~0.8.4",
    "graphlib": "~2.1.7",
    "jquery": "~3.4.1",
    "lodash": "~4.17.14"
  },
  "devDependencies": {
    "@types/backbone": "1.3.45",
    "@types/jquery": "3.3.29",
    "async": "2.6.1",
    "chai": "4.2.0",
    "cheerio": "0.22.0",
    "es-module-shims": "0.2.4",
    "express": "4.16.3",
    "grunt": "1.0.3",
    "grunt-browserify": "5.3.0",
    "grunt-compile-docs": "1.2.1",
    "grunt-contrib-clean": "2.0.0",
    "grunt-contrib-concat": "1.0.1",
    "grunt-contrib-copy": "1.0.0",
    "grunt-contrib-cssmin": "3.0.0",
    "grunt-contrib-qunit": "3.1.0",
    "grunt-contrib-uglify": "4.0.0",
    "grunt-contrib-watch": "1.1.0",
    "grunt-env": "0.4.4",
    "grunt-eslint": "21.0.0",
    "grunt-karma": "3.0.1",
    "grunt-mocha-test": "0.13.3",
    "grunt-newer": "1.3.0",
    "grunt-shell": "^3.0.1",
    "grunt-webpack": "3.1.3",
    "handlebars": "4.0.12",
    "jit-grunt": "0.10.0",
    "karma": "3.1.4",
    "karma-chrome-launcher": "2.2.0",
    "karma-coverage": "1.1.2",
    "karma-phantomjs-launcher": "1.0.4",
    "karma-qunit": "2.1.0",
    "karma-sinon": "1.0.5",
    "load-grunt-config": "0.19.2",
    "mocha": "5.2.0",
    "open-sans-fontface": "https://github.com/clientIO/open-sans/archive/1.4.2.tar.gz",
    "phantomjs-prebuilt": "2.1.16",
    "prismjs": "1.15.0",
    "qunit": "2.8.0",
    "requirejs": "2.3.6",
    "rollup": "1.0.0",
    "rollup-plugin-buble": "0.19.6",
    "rollup-plugin-commonjs": "9.2.0",
    "rollup-plugin-external-globals": "0.3.0",
    "rollup-plugin-json": "4.0.0",
    "rollup-plugin-node-resolve": "4.0.0",
    "selenium-standalone": "6.15.3",
    "serve-static": "1.13.2",
    "should": "13.2.3",
    "sinon": "7.2.2",
    "time-grunt": "2.0.0",
    "typescript": "3.2.2",
    "webdriverio": "4.13.2",
    "webpack": "4.28.3",
    "webpack-dev-server": "3.1.14"
  }
}
