Skip to content
This repository was archived by the owner on Feb 13, 2018. It is now read-only.

Commit 7d83794

Browse files
author
Tim Whitlock
committed
added package.json
1 parent d01b838 commit 7d83794

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

package.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"name": "twitter-api",
3+
"version": "1.0.0",
4+
"author" : "Tim Whitlock (http://timwhitlock.info)",
5+
"description": "Twitter API 1.1 client supporting REST and streaming",
6+
"files": [ "lib", "examples", "README.md" ],
7+
"main" : "lib/twitter.js",
8+
"repository" : {
9+
"type" : "git",
10+
"url" : "http://github.com/timwhitlock/node-twitter-api.git"
11+
},
12+
"engines" : {
13+
"node" : ">=0.6.0"
14+
}
15+
}

0 commit comments

Comments
 (0)