{
  "name": "@bufferapp/publish-utils",
  "version": "1.2.0",
  "description": "Misc. utils for dates, parsing, etc.",
  "main": "index.js",
  "scripts": {
    "lint": "eslint . --ignore-pattern coverage node_modules",
    "test": "yarn run lint && sh ../../package_test.sh",
    "test-watch": "jest --watch"
  },
  "author": "hamstu@gmail.com",
  "devDependencies": {
    "eslint": "3.19.0",
    "jest": "19.0.2"
  },
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "moment-timezone": "0.5.12"
  }
}
