{
  "name": "@concord-consortium/jsxgraph",
  "description": "Interactive geometry, plotting, visualization",
  "homepage": "http://jsxgraph.org",
  "version": "0.99.8-cc.1",
  "main": "distrib/jsxgraphcore.js",
  "maintainers": [
    {
      "name": "Alfred Wassermann",
      "email": "Alfred.Wassermann@uni-bayreuth.de"
    },
    {
      "name": "Michael Gerhaeuser",
      "email": "michael.gerhaeuser@gmail.com"
    }
  ],
  "contributors": [
    "Matthias Ehmann <matthias.ehmann@uni-bayreuth.de>",
    "Carsten Miller <carsten.miller@uni-bayreuth.de>",
    "Rinat Shigapov",
    "Bianca Valentin",
    "Heiko Vogel",
    "Peter Wilfahrt"
  ],
  "license": "(MIT OR LGPL-3.0-or-later)",
  "keywords": [
    "geometry",
    "dynamic geometry",
    "function plotting",
    "mathematics education"
  ],
  "bugs": {
    "url": "https://github.com/concord-consortium/jsxgraph/issues"
  },
  "directories": {
    "lib": "src"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/concord-consortium/jsxgraph.git"
  },
  "dependencies": {
    "requirejs": "^2.3.5"
  },
  "devDependencies": {
    "almond": "^0.3.3",
    "intern": "^3.4.x",
    "jsdoc2": "^2.4.0",
    "jshint": "^2.9.6",
    "jslint": ">=0.10.x",
    "sinon": "^1.14.0",
    "uglify-js": "^3.4.7"
  },
  "engines": {
    "node": ">=0.6.0"
  },
  "scripts": {
    "buildCore": "./node_modules/requirejs/bin/r.js -o build/core.build.json",
    "buildCompressor": "./node_modules/requirejs/bin/r.js -o build/compressor.build.json",
    "test": "make tests"
  }
}
