{
  "name": "npm-probe",
  "version": "0.1.9",
  "description": "Probe npm registries for statistics",
  "main": "index.js",
  "scripts": {
    "test": "NODE_ENV=test ./node_modules/.bin/mocha $(find test -name '*.test.js')",
    "coverage": "NODE_ENV=test ./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha $(find test -name '*.test.js') --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js || true && rm -rf ./coverage"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/Moveo/npm-probe.git"
  },
  "keywords": [
    "npm",
    "registry",
    "ping",
    "statistics",
    "replication",
    "data",
    "probe"
  ],
  "author": "Martijn Swaagman",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/Moveo/npm-probe/issues"
  },
  "homepage": "https://github.com/Moveo/npm-probe",
  "dependencies": {
    "async": "~0.8.0",
    "debug": "~0.8.0",
    "fusing": "~0.2.1",
    "node-schedule": "~0.1.13",
    "npm": "~1.4.10",
    "request": "~2.34.0"
  },
  "devDependencies": {
    "chai": "~1.9.0",
    "coveralls": "~2.10.0",
    "istanbul": "~0.2.6",
    "mocha": "~1.18.0",
    "mocha-lcov-reporter": "~0.0.1",
    "pre-commit": "~0.0.4",
    "sinon": "~1.9.1",
    "sinon-chai": "~2.5.0"
  }
}
