{
  "name": "graphql-types-unix-timestamp",
  "version": "0.3.5",
  "description": "GraphQL Normalized Unix Timestamp Type",
  "main": "index.js",
  "keywords": [
    "graphql",
    "types",
    "scalar",
    "gin-n-tonic",
    "unix"
  ],
  "author": "Michael Fix <@mfix22>",
  "license": "MIT",
  "peerDependencies": {
    "graphql": "*"
  },
  "dependencies": {
    "moment": "^2.18.1"
  }
}
