-
Notifications
You must be signed in to change notification settings - Fork 547
/
package.json
20 lines (20 loc) · 904 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"name": "twitter-node",
"description": "node.js stream API for the twitter streaming HTTP API",
"version": "0.1.1",
"author": {"name": "technoweenie" },
"contributors": [
{ "name": "tim-smart" },
{ "name": "Chris Verwymeren", "email": "[email protected]", "web": "http://www.github.com/cvee" },
{ "name": "Makis Tracend", "email": "[email protected]", "web": "http://www.github.com/tracend" },
{ "name": "Dustin Dobervich", "email": "[email protected]", "web": "http://www.github.com/dustin10" },
{ "name": "Chris M. Welsh", "email": "[email protected]", "web": "http://www.github.com/cmwelsh" },
{ "name": "Michael Nutt", "email": "[email protected]", "web": "http://www.github.com/mnutt" }
],
"repository": {
"type": "git",
"url": "http://github.com/istrategylabs/twitter-node.git"
},
"engine": [ "node >=0.2.0" ],
"main": "./lib/twitter-node"
}