{
  "name": "basecamp-api",
  "version": "1.5.1",
  "description": "Module providing access to the new Basecamp API",
  "main": "src/index.js",
  "scripts": {
    "test": "grunt test"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Jellyvision/basecamp-api.git"
  },
  "keywords": [
    "Basecamp",
    "API"
  ],
  "author": "Dan Rumney <dancrumb@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/Jellyvision/basecamp-api/issues"
  },
  "homepage": "https://github.com/Jellyvision/basecamp-api#readme",
  "dependencies": {
    "lodash": "^3.10.1",
    "request": "^2.64.0",
    "winston": "^1.1.0",
    "xml2js": "^0.4.12"
  },
  "devDependencies": {
    "autofixture": "^0.1.0",
    "chai": "*",
    "chai-datetime": "^1.4.0",
    "grunt": "^0.4.5",
    "grunt-contrib-jshint": "*",
    "grunt-contrib-watch": "^0.6.1",
    "grunt-mocha-test": "^0.12.7",
    "mocha": "^2.3.3"
  }
}
