UNPKG

google-stocks

Version:

Get stocks using Google Finance API

59 lines (58 loc) 1.44 kB
{ "name": "google-stocks", "version": "2.0.1", "author": "anvk", "main": "dist/index.js", "description": "Get stocks using Google Finance API", "contributors": [ { "name": "Alexey Novak", "email": "alexey.novak.mail@gmail.com" } ], "scripts": { "lint": "eslint src", "clean": "node ./node_modules/del-cli/cli.js -f dist/", "build": "npm run clean && babel src/ --out-dir dist/ --ignore __tests__,__mocks__,__snapshots__", "example": "node example.js", "test": "jest" }, "directories": { "test": "test" }, "repository": { "type": "git", "url": "git@github.com:anvk/google-stocks.git" }, "keywords": [ "stocks", "Google", "API" ], "dependencies": { "promise": "8.0.1", "request": "2.83.0" }, "devDependencies": { "babel": "6.23.0", "babel-cli": "6.26.0", "babel-core": "6.26.0", "babel-eslint": "8.0.3", "babel-jest": "22.0.4", "babel-plugin-transform-async-to-generator": "6.24.1", "babel-preset-es2015": "6.24.1", "babel-preset-stage-0": "6.24.1", "del-cli": "1.1.0", "eslint": "4.13.1", "eslint-config-airbnb": "16.1.0", "jest": "22.0.4", "regenerator-runtime": "0.11.1" }, "engine": "node >= 0.10.x", "homepage": "http://github.com/anvk/google-stocks", "bugs": { "url": "https://github.com/anvk/google-stocks/issues" }, "private": false, "license": "MIT" }