summaryrefslogtreecommitdiff
path: root/package.json
blob: c0ec8701c00afcf2fb432a68e4d8565ea89701e3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "name": "podcast-service",
  "version": "0.0.0",
  "description": "Podcast Service provides a restful interface for managing a set of podcasts.",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": "",
  "license": "ISC",
  "dependencies": {
    "aws-sdk": "^2.1.40",
    "dynamodb-doc": "^1.0.0",
    "underscore": "^1.8.3"
  }
}