Skip to content

Commit

Permalink
Readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
Kip Gebhardt committed Mar 7, 2015
1 parent 0278a2b commit 2632bb2
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ A node module implementing the [PBS TV Schedules API](https://projects.pbs.org/c

## Install
```
$ npm install node-pbs-tv-schedules
```
Or
```
$ git clone [email protected]:KQED/node-pbs-tv-schedules.git
$ cd node-pbs-tv-schedules
$ npm install
Expand Down
12 changes: 8 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,20 +9,24 @@
},
"keywords": [
"pbs",
"tv",
"television",
"schedules",
"listings",
"public",
"broadcasting",
"api"
],
"author": "Kip Gebhardt <[email protected]>",
"license": "ISC",
"license": "MIT",
"dependencies": {
"request": "^2.53.0",
"bunyan": "^1.3.3",
"bunyan": "^1.3.4",
"nodeify": "^1.0.0",
"p-promise": "^0.5.0"
},
"devDependencies": {
"must": "^0.12.0",
"mocha": "^2.1.0"
},
"private": true
}
}

0 comments on commit 2632bb2

Please sign in to comment.