{
  "name": "01-numacert",
  "version": "3.0.0",
  "description": "Some description",
  "main": "index.js",
  "scripts": {
    "commit": "git-cz",
    "start": "node ./bin/www",
    "test": "mocha ./tests/index",
    "semantic-release": "semantic-release",
    "travis-deploy-once": "travis-deploy-once"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/masterlayouts/numacertro.git"
  },
  "keywords": [],
  "author": "Florin Sima <florin@masterlayouts.com>",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/masterlayouts/numacertro/issues"
  },
  "homepage": "https://github.com/masterlayouts/numacertro#readme",
  "dependencies": {
    "chai": "4.1.2",
    "express": "4.16.2",
    "mocha": "5.0.1",
    "superagent": "3.8.2"
  },
  "devDependencies": {
    "commitizen": "2.9.6",
    "cz-conventional-changelog": "2.1.0",
    "last-release-git": "0.0.3",
    "last-release-git-tag": "1.0.1",
    "semantic-release": "^12.4.1",
    "travis-deploy-once": "^4.3.4"
  },
  "config": {
    "commitizen": {
      "path": "./node_modules/cz-conventional-changelog"
    }
  }
}
