{
  "name": "card-sharing",
  "version": "1.0.0",
  "description": "card sharing config generator by parsing online sources",
  "main": "build/index.js",
  "bin": {
    "card-sharing": "build/bin/card-sharing.js"
  },
  "scripts": {
    "build": "rm -fR build; babel src/ -d build/",
    "start": "node -r 'babel-polyfill' build/bin/card-sharing",
    "test": "node node_modules/mocha/bin/mocha --compilers js:babel-core/register --globals setImmediate,clearImmediate --check-leaks --colors -t 15000 --reporter spec $(find test/* -name '*.test.js')"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/cusspvz/card-sharing"
  },
  "keywords": [
    "free",
    "card",
    "sharing",
    "cli",
    "parsing",
    "sources",
    "cccam",
    "ncam",
    "oscam",
    "c-line",
    "n-line"
  ],
  "author": "José Moreira <josemoreiravarzim@gmail.com>",
  "license": "GPL v3",
  "bugs": {
    "url": "https://github.com/cusspvz/card-sharing/issues"
  },
  "homepage": "https://github.com/cusspvz/card-sharing",
  "dependencies": {
    "axios": "^0.15.3",
    "babel-polyfill": "^6.23.0",
    "cheerio": "^0.19.0",
    "knuth-shuffle": "^1.0.1",
    "promise-pool": "^0.1.9",
    "q": "^1.5.0",
    "q-retry": "^0.1.5",
    "yargs": "^7.0.2"
  },
  "devDependencies": {
    "babel-cli": "^6.18.0",
    "babel-eslint": "^7.1.1",
    "babel-plugin-istanbul": "^3.0.0",
    "babel-preset-latest": "^6.22.0",
    "babel-preset-stage-0": "^6.22.0",
    "babel-register": "^6.18.0",
    "chai": "^2.1.2",
    "debug": "^2.1.3",
    "eslint": "^3.17.0",
    "eslint-config-esnext": "~1.6.0",
    "eslint-config-recommended": "^1.5.0",
    "eslint-plugin-babel": "~3.3.0",
    "eslint-plugin-import": "~1.14.0",
    "eslint-plugin-react": "~6.2.0",
    "mocha": "^2.2.1",
    "nyc": "^10.0.0"
  }
}
