{
  "name": "datetime-utils",
  "version": "2.4.1",
  "description": "share lib for datetime",
  "main": "./lib/datetimeUtils.js",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/nugit/datetime-utils.git"
  },
  "author": "",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/nugit/datetime-utils/issues"
  },
  "homepage": "https://github.com/nugit/datetime-utils#readme",
  "dependencies": {
    "moment": "^2.13.0"
  },
  "devDependencies": {
    "babel-cli": "^6.24.1",
    "babel-preset-es2015": "^6.24.1",
    "chai": "^4.0.2",
    "mocha": "^3.4.2",
    "sinon": "^2.3.2",
    "pre-git": "^3.15.0"
  },
  "scripts": {
    "build": "babel source --presets babel-preset-es2015 --out-dir lib",
    "prepublish": "npm run build",
    "test": "./node_modules/.bin/mocha \"test/**/*__test.js\" --reporter spec --recursive",
    "test_watch": "./node_modules/.bin/mocha \"**/*__test.js\" --reporter spec --recursive --watch",
    "commit": "commit-wizard"
  },
  "config": {
    "pre-git": {
      "commit-msg": "simple",
      "pre-commit": [],
      "pre-push": [],
      "post-commit": [],
      "post-checkout": [],
      "post-merge": []
    }
  },
  "config": {
    "pre-git": {
      "pre-push": [
        "npm test"
      ]
    }
  }
}
