{
  "name": "speakerdeck-api",
  "version": "0.0.2",
  "description": "Unofficial API to access speakerdeck.com user and talk data",
  "main": "main.js",
  "scripts": {
    "test": "gulp test"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/phamann/speakerdeck-api.git"
  },
  "keywords": [
    "speakerdeck",
    "api"
  ],
  "author": "Patrick Hamann",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/phamann/speakerdeck-api/issues"
  },
  "homepage": "https://github.com/phamann/speakerdeck-api",
  "dependencies": {
    "cors": "^2.7.1",
    "express": "^4.13.0",
    "express-cache-controlfreak": "^0.1.2",
    "forever": "^0.14.1",
    "serve-static": "^1.10.0",
    "speakerdeck-scraper": "^0.0.4"
  },
  "devDependencies": {
    "gulp": "^3.9.0",
    "gulp-jshint": "^1.11.0",
    "gulp-nodemon": "^2.0.3",
    "jshint-stylish": "^2.0.1"
  }
}
