Permalink
Cannot retrieve contributors at this time
Fetching contributors…

{ | |
"name": "tweetserver", | |
"description": "A server to proxy and cache requests to the Twitter v1.1 REST API", | |
"preferGlobal": true, | |
"author": "James Allardice <admin@jamesallardice.com>", | |
"repository": "git://github.com/jamesallardice/tweetserver", | |
"version": "0.0.6", | |
"keywords": [ | |
"twitter", | |
"server", | |
"proxy", | |
"api" | |
], | |
"bin": { | |
"tweetserver": "./bin/tweetserver" | |
}, | |
"dependencies": { | |
"express": "3.0.6", | |
"commander": "1.1.1", | |
"oauth": "0.9.8" | |
} | |
} |