{
  "name": "cohort-graph",
  "version": "0.8.5",
  "description": "Cohort Analysis Graph",
  "main": "lib/cohortgraph.js",
  "scripts": {
    "build": "webpack --env build",
    "dev": "webpack --progress --colors --watch --env dev --display-error-details",
    "test": "mocha --compilers js:babel-core/register --colors ./test/*.spec.js",
    "test:watch": "mocha --compilers js:babel-core/register --colors -w ./test/*.spec.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/apxor/retention-graph-cohort-analysis.git"
  },
  "keywords": [
    "cohort",
    "retention",
    "analysis",
    "graph"
  ],
  "author": "Jyothi Babu Araja <arajajyothibabu@gmail.com> (https://arajajyothibabu.github.io/)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/retention-graph-cohort-analysis/issues"
  },
  "homepage": "https://github.com/retention-graph-cohort-analysis#readme",
  "devDependencies": {
    "babel-cli": "6.24.1",
    "babel-core": "^6.24.1",
    "babel-loader": "^7.0.0",
    "babel-plugin-add-module-exports": "0.2.1",
    "babel-polyfill": "^6.23.0",
    "babel-preset-es2015": "6.24.1",
    "babel-preset-react": "6.24.1",
    "babel-preset-stage-0": "^6.24.1",
    "chai": "3.5.0",
    "mocha": "3.3.0",
    "webpack": "^2.6.1",
    "webpack-dev-server": "^2.4.5",
    "yargs": "7.1.0"
  }
}