{
  "name": "booking",
  "description": "Booking library for extend classes to manage them in a booking system.",
  "main": "dist/index.js",
  "version": "0.1.1",
  "scripts": {
    "prebuild": "rm -rf dist && mkdir dist",
    "build": "babel src --out-dir dist --ignore __test__",
    "commit": "git-cz",
    "check-coverage": "istanbul check-coverage --statements 100 --branches 100 --functions 100 --lines 100",
    "report-coverage": "cat ./coverage/lcov.info | codecov",
    "start": "npm run test",
    "test": "mocha src/**/__test__/* -w --compilers js:babel/register",
    "test:single": "istanbul cover -x src/**/__test__/* _mocha -- -R spec src/**/__test__/* --compilers js:babel/register",
    "semantic-release": "semantic-release pre && npm publish && semantic-release post"
  },
  "keywords": [
    "Booking",
    "planning",
    "schedule",
    "calendar"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/rodolfo2488/booking.git"
  },
  "author": "Rodolfo Sanchez <rodolfo2488@gmail.com>",
  "license": "MIT",
  "devDependencies": {
    "babel": "5.8.23",
    "babel-core": "5.8.25",
    "chai": "3.3.0",
    "codecov.io": "0.1.6",
    "commitizen": "2.0.2",
    "cz-conventional-changelog": "1.1.4",
    "ghooks": "0.3.2",
    "gulp-git": "1.5.0",
    "istanbul": "0.3.22",
    "lodash": "3.10.1",
    "mocha": "2.3.3",
    "semantic-release": "^4.3.5",
    "word-wrap": "1.1.0",
    "yargs": "3.27.0"
  },
  "czConfig": {
    "path": "node_modules/cz-conventional-changelog"
  },
  "config": {
    "ghooks": {
      "pre-commit": "npm run test:single && npm run check-coverage"
    }
  },
  "dependencies": {
    "moment": "2.10.6"
  }
}