{
  "name": "time",
  "description": "\"time.h\" bindings for Node.js",
  "keywords": [
    "date",
    "time",
    "time.h",
    "timezone",
    "setTimezone",
    "getTimezone"
  ],
  "version": "0.12.0",
  "repository": {
    "type": "git",
    "url": "git://github.com/TooTallNate/node-time.git"
  },
  "author": "Nathan Rajlich <nathan@tootallnate.net> (http://tootallnate.net)",
  "license": "MIT",
  "contributors": [
    {
      "name": "Diogo Resende",
      "email": "dresende@thinkdigital.pt"
    }
  ],
  "main": "./index.js",
  "scripts": {
    "test": "mocha --reporter spec"
  },
  "dependencies": {
    "bindings": "^1.2.0",
    "debug": "^2.2.0",
    "nan": "^2.2.0"
  },
  "devDependencies": {
    "mocha": "*"
  }
}
