medokin/node-stupid-gso

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "stupid-gso",
  "version": "0.2.3",
  "description": "Georg-Simon-Ohm school (GSO) Cologne - Timetable API",
  "main": "index.js",
  "scripts": {
    "test": "jasmine-node spec"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/medokin/node-stupid-gso.git"
  },
  "keywords": [
    "school",
    "api",
    "timetable",
    "cologne"
  ],
  "author": "Nikodem Jaworski",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/medokin/node-stupid-gso/issues"
  },
  "homepage": "https://github.com/medokin/node-stupid-gso",
  "dependencies": {
    "rsvp": "^3.0.6",
    "request": "^2.34.0",
    "lodash": "^2.4.1",
    "moment": "^2.6.0"
  }
}