{
  "name": "parse-time",
  "version": "0.1.4",
  "description": "Utility for parsing time strings",
  "main": "src/index.js",
  "scripts": {
    "test": "make test",
    "test-w": "make test-w",
    "test-debug": "./node_modules/.bin/mocha --debug-brk"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/radubrehar/parse-time.git"
  },
  "keywords": [
    "parse",
    "time",
    "time-parse",
    "parser",
    "am",
    "pm",
    "hour",
    "minute",
    "second"
  ],
  "author": "Radu Brehar",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/radubrehar/parse-time/issues"
  },
  "homepage": "https://github.com/radubrehar/parse-time",
  "dependencies": {
    "object-assign": "^2.0.0"
  },
  "devDependencies": {
    "mocha": "^2.1.0",
    "should": "^5.0.0"
  }
}
