agarzola/bustime

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "bustime",
  "version": "0.6.10",
  "description": "An abstraction of the Clever Devices BusTime developer API",
  "main": "index.js",
  "scripts": {
    "test": "mocha"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/agarzola/bustime.git"
  },
  "keywords": [
    "bustime",
    "bustracker",
    "clever"
  ],
  "author": "Alfonso Gómez-Arzola <alfonso@mrkp.co> (http://mrkp.co/)",
  "license": "GPL-2.0",
  "bugs": {
    "url": "https://github.com/agarzola/bustime/issues"
  },
  "homepage": "https://github.com/agarzola/bustime",
  "dependencies": {
    "async": "^0.9.0",
    "http": "0.0.0",
    "joi": "^4.9.0",
    "moment": "^2.8.4",
    "querystring": "^0.2.0",
    "xml2js": "^0.4.4"
  },
  "devDependencies": {
    "gitdown": "^1.2.6",
    "gulp": "^3.8.10",
    "gulp-bump": "^0.1.11",
    "gulp-filter": "^1.0.2",
    "gulp-git": "^0.5.4",
    "gulp-tag-version": "^1.1.0",
    "mocha": "^2.0.1",
    "proxyquire": "^1.1.0",
    "should": "^4.3.0",
    "sinon": "^1.12.1"
  }
}