{
  "name": "google-finance",
  "description": "Google Finance company news and historical quotes data downloader written in Node.js",
  "version": "0.1.12",
  "license": "MIT",
  "author": {
    "name": "Pilwon Huh",
    "email": "pilwon@gmail.com"
  },
  "homepage": "https://github.com/pilwon/node-google-finance",
  "repository": {
    "type": "git",
    "url": "git://github.com/pilwon/node-google-finance.git"
  },
  "keywords": [
    "google",
    "finance",
    "financial",
    "data",
    "stock",
    "price",
    "quote",
    "historical",
    "eod",
    "end-of-day",
    "client",
    "library"
  ],
  "dependencies": {
    "bluebird": "3.5.1",
    "debug": "3.1.0",
    "feedparser": "2.2.9",
    "lodash": "4.17.10",
    "moment": "2.22.2",
    "request": "2.87.0",
    "request-promise": "4.2.2",
    "string": "3.3.3"
  },
  "devDependencies": {
    "colors": "1.3.1",
    "grunt": "1.0.3",
    "grunt-concurrent": "2.3.1",
    "grunt-contrib-jshint": "1.1.0",
    "grunt-contrib-watch": "1.1.0",
    "load-grunt-tasks": "4.0.0"
  },
  "scripts": {
    "prepare": "npm prune"
  }
}
