forked from oftn-oswg/oftn-bot
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (64 loc) · 1.45 KB
/
package.json
File metadata and controls
64 lines (64 loc) · 1.45 KB
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "twitter",
"version": "0.1.19",
"description": "Twitter API client library for node.js",
"keywords": [
"twitter",
"streaming",
"oauth"
],
"homepage": "https://github.com/desmondmorris/node-twitter",
"author": {
"name": "jdub"
},
"licenses": [
{
"type": "MIT",
"url": "http://github.com/desmondmorris/node-twitter/raw/master/LICENSE"
}
],
"repository": {
"type": "git",
"url": "http://github.com/desmondmorris/node-twitter.git"
},
"dependencies": {
"oauth": ">=0.8.4",
"cookies": ">=0.1.6",
"keygrip": ">=0.1.7"
},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-release": "~0.6.0"
},
"engines": [
"node >=0.2.0"
],
"main": "./lib/twitter",
"bugs": {
"url": "https://github.com/desmondmorris/node-twitter/issues"
},
"_id": "twitter@0.1.19",
"dist": {
"shasum": "97e306daa6a23371a7198eea2f8a9bab22e96b54",
"tarball": "http://registry.npmjs.org/twitter/-/twitter-0.1.19.tgz"
},
"_from": "twitter@~0.1.19",
"_npmVersion": "1.3.8",
"_npmUser": {
"name": "desmondmorris",
"email": "hi@desmondmorris.com"
},
"maintainers": [
{
"name": "jdub",
"email": "jdub@bethesignal.org"
},
{
"name": "desmondmorris",
"email": "hi@desmondmorris.com"
}
],
"directories": {},
"_shasum": "97e306daa6a23371a7198eea2f8a9bab22e96b54",
"_resolved": "https://registry.npmjs.org/twitter/-/twitter-0.1.19.tgz"
}