-
Notifications
You must be signed in to change notification settings - Fork 23
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 833 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 833 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"name": "node-twitter",
"version": "0.4.4",
"description": "A node.js module for interacting with the Twitter API.",
"keywords": ["twitter"],
"bugs": {
"url": "https://github.com/istrategylabs/node-twitter/issues"
},
"author": "Chris Verwymeren <chris@istrategylabs.com> (http://www.istrategylabs.com)",
"contributors": [],
"main": "./lib/Twitter",
"directories": {
"doc": "./doc",
"example": "./examples",
"lib": "./lib"
},
"repository": {
"type": "git",
"url": "git://github.com/istrategylabs/node-twitter.git"
},
"dependencies": {
"request": "2.9.x"
},
"engines": {
"node": "0.6.x"
},
"licenses": [{"type": "BSD 3-Clause License", "url": "http://www.opensource.org/licenses/BSD-3-Clause"}]
}