{
  "name": "highcharts-server",
  "description": "Highcharts export server for node.js",
  "version": "1.0.2",
  "contributors": [
    {
      "name": "Gord Lea",
      "email": "johlea@opendns.com"
    },
    {
      "name": "Ashley Brener",
      "url": "http://frisB.com"
    }
  ],
  "scripts": {
    "build": "babel src --out-dir lib",
    "prepublish": "npm run build",
    "watch": "babel src --out-dir lib --watch",
    "lint": "eslint src/**",
    "fixlint": "eslint src/** --fix",
    "test": "jasmine"
  },
  "main": "lib/",
  "engines": {
    "node": ">= 0.10.x"
  },
  "devDependencies": {
    "babel-cli": "^6.11.4",
    "babel-polyfill": "^6.9.1",
    "babel-preset-es2015": "^6.9.0",
    "babel-register": "^6.11.5",
    "eslint": "^3.1.1",
    "find-process": "^1.0.4",
    "jasmine": "^2.4.1",
    "node-resemble-js": "0.0.5"
  },
  "dependencies": {
    "lodash": "^4.14.0",
    "phantomjs-prebuilt": "^2.1.7",
    "request": "^2.73.0"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/frisb/highcharts-server"
  },
  "bugs": {
    "url": "https://github.com/frisb/highcharts-server/issues"
  },
  "license": "MIT",
  "keywords": [
    "highcharts-server",
    "highcharts",
    "charts",
    "graphs"
  ]
}
