wbio/reviews-collector-android

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "reviews-collector-android",
  "version": "0.1.3",
  "description": "Collect reviews for Android apps from the Google Play Store",
  "main": "./lib/index.js",
  "scripts": {
    "test": "npm run compile && mocha --compilers js:babel-core/register --timeout 15000",
    "test-travis": "npm run compile && node_modules/.bin/babel-node node_modules/.bin/babel-istanbul cover _mocha -- --compilers js:babel-core/register --timeout 15000",
    "compile": "babel -d lib/ src/",
    "prepublish": "npm run compile"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/wbio/reviews-collector-android.git"
  },
  "author": {
    "email": "bogeywm@gmail.com",
    "name": "Will Bogey",
    "url": "http://github.com/wbio"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/wbio/reviews-collector-android/issues"
  },
  "homepage": "https://github.com/wbio/reviews-collector-android#readme",
  "dependencies": {
    "cheerio": "^0.20.0",
    "lodash": "^4.12.0",
    "node-webcrawler": "^0.7.3"
  },
  "devDependencies": {
    "babel-cli": "^6.8.0",
    "babel-core": "^6.8.0",
    "babel-istanbul": "^0.8.0",
    "babel-preset-es2015": "^6.6.0",
    "chai": "^3.5.0",
    "codeclimate-test-reporter": "^0.3.1",
    "istanbul": "^0.4.3",
    "mocha": "^2.4.5",
    "rewire": "^2.5.1",
    "sinon": "^1.17.4",
    "sinon-chai": "^2.8.0"
  }
}