Revision 645cf3e58cfc06147f14379a3296ae15dc435b11 authored by Facundo Olano on 01 February 2017, 23:43:06 UTC, committed by Facundo Olano on 01 February 2017, 23:43:06 UTC
1 parent aaa194b
Raw File
package.json
{
  "name": "google-play-scraper",
  "version": "3.2.1",
  "description": "scrapes app data from google play store",
  "main": "index.js",
  "scripts": {
    "test": "mocha --timeout 5000 && eslint ."
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/facundoolano/google-play-scraper"
  },
  "keywords": [
    "google",
    "play",
    "scraper"
  ],
  "author": "Facundo Olano",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/facundoolano/google-play-scraper/issues"
  },
  "homepage": "https://github.com/facundoolano/google-play-scraper",
  "dependencies": {
    "cheerio": "^0.20.0",
    "debug": "^2.2.0",
    "memoizee": "^0.3.10",
    "ramda": "^0.21.0",
    "request": "^2.79.0",
    "throttled-request": "^0.1.1"
  },
  "devDependencies": {
    "chai": "^3.5.0",
    "eslint": "^2.8.0",
    "eslint-config-semistandard": "^6.0.1",
    "eslint-config-standard": "^5.1.0",
    "eslint-plugin-promise": "^1.1.0",
    "eslint-plugin-standard": "^1.3.2",
    "mocha": "^2.4.5",
    "promise-log": "^0.1.0",
    "validator": "^5.2.0"
  }
}
back to top