{
  "name": "morris-js-module",
  "version": "1.2.1",
  "homepage": "http://morrisjs.github.com/morris.js",
  "license": "BSD-2-Clause",
  "description": "Easy, pretty charts. Forked from original repository. Uses node module export instead of window. Original morris.js package version: 0.6.1",
  "author": {
    "name": "Olly Smith",
    "email": "olly@oesmith.co.uk"
  },
  "contributors": [
    {
      "name": "Szymon Nowicki",
      "email": "sznowicki@gmail.com"
    }
  ],
  "main": "morris.js",
  "repository": {
    "type": "git",
    "url": "git://github.com/morrisjs/morris.js.git"
  },
  "bugs": {
    "url": "https://github.com/morrisjs/morris.js/issues"
  },
  "devDependencies": {
    "bower": "1.3.8",
    "chai": "^3.5.0",
    "grunt": "~0.4.1",
    "grunt-contrib-coffee": "~0.7.0",
    "grunt-contrib-concat": "~0.3.0",
    "grunt-contrib-less": "~0.7.0",
    "grunt-contrib-uglify": "~0.2.4",
    "grunt-contrib-watch": "~0.5.3",
    "grunt-mocha": "~0.4.10",
    "grunt-shell": "~0.5.0",
    "jquery": "^3.1.1",
    "matchdep": "~0.1.2"
  },
  "scripts": {
    "test": "mocha --recursive"
  },
  "engines": {
    "node": ">=0.8 <0.11"
  },
  "dependencies": {
    "raphael": "^2.2.7"
  }
}
