{
  "name": "morpheus-app",
  "description": "JavaScript matrix visualization and analysis",
  "license": "BSD-3-Clause",
  "version": "1.0.18",
  "main": "js/morpheus-esm-latest.min.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/cmap/morpheus.js.git"
  },
  "homepage": "https://cmap.github.io/morpheus.js/",
  "bugs": {
    "url": "https://github.com/cmap/morpheus.js/issues"
  },
  "author": {
    "name": "Joshua Gould"
  },
  "keywords": [
    "graphing",
    "plotting",
    "plot",
    "chart",
    "data",
    "matrix",
    "heatmap",
    "heat map",
    "visualization",
    "morpheus.js",
    "morpheus"
  ],
  "scripts": {
    "prepack": "grunt concat uglify",
    "test:js": "grunt concat:morpheus concat:extJs concat:extJsAll uglify",
    "test:karma": "./node_modules/.bin/karma start --single-run",
    "test": "npm run test:js && npm run test:karma"
  },
  "devDependencies": {
    "finalhandler": "^1.1.1",
    "grunt": "^1.0.2",
    "grunt-contrib-concat": "^1.0.1",
    "grunt-contrib-copy": "^1.0.0",
    "grunt-contrib-cssmin": "^2.2.1",
    "grunt-contrib-jasmine": "^1.1.0",
    "grunt-contrib-uglify-es": "^3.3.0",
    "grunt-contrib-watch": "^1.0.0",
    "jasmine-core": "~2.6.4",
    "karma": "^1.7.1",
    "karma-jasmine": "^1.1.1",
    "karma-phantomjs-launcher": "^1.0.4",
    "promise-polyfill": "^6.0.2",
    "serve-static": "^1.13.2",
    "whatwg-fetch": "^2.0.3"
  },
  "dependencies": {}
}
