{
  "name": "fizz-buzz-pop-js",
  "version": "1.2.0",
  "description": "Fizz Buzz Pop in JavaScript",
  "main": "src/index.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/rcarrillopadron/fizz-buzz-pop-js.git"
  },
  "scripts": {
    "commit": "git-cz",
    "test": "node ./node_modules/mocha/bin/mocha --compilers js:mocha-babel ./tests/**/*.js",
    "test:watch": "gulp test:watch",
    "semantic-release-pre": "semantic-release pre",
    "npm-publish": "npm publish",
    "semantic-release-post": "semantic-release post"
  },
  "keywords": [
    "Fizz",
    "Buzz",
    "Pop",
    "JS"
  ],
  "author": "Roberto Carrillo <email@robertocarrillo.com> (http://www.robertocarrillo.com)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/rcarrillopadron/fizz-buzz-pop-js/issues"
  },
  "homepage": "https://github.com/rcarrillopadron/fizz-buzz-pop-js#readme",
  "devDependencies": {
    "babel": "5.8.23",
    "babel-runtime": "5.8.24",
    "chai": "3.3.0",
    "commitizen": "1.0.4",
    "cz-conventional-changelog": "1.1.0",
    "del": "2.0.2",
    "gulp": "3.9.0",
    "gulp-babel": "5.2.1",
    "gulp-concat": "2.6.0",
    "gulp-jshint": "1.11.2",
    "gulp-mocha": "2.1.3",
    "gulp-rename": "1.2.2",
    "gulp-run": "1.6.11",
    "gulp-uglify": "1.4.1",
    "jshint-stylish": "2.0.1",
    "mocha": "2.3.3",
    "mocha-babel": "3.0.0",
    "semantic-release": "^4.3.5"
  },
  "czConfig": {
    "path": "node_modules/cz-conventional-changelog"
  }
}