-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.3 KB
/
package.json
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
{
"name": "twitter2return",
"version": "1.0.7",
"description": "Module for extracting Twitter data using option objects",
"main": "index.js",
"scripts": {
"coverage": "istanbul cover node_modules/tape/bin/tape tests/test.js && cat ./coverage/lcov.info | coveralls",
"docs": "documentation build */**.js -f html -o docs",
"istanbul": "istanbul cover node_modules/tape/bin/tape tests/test.js",
"test": "node ./tests/test.js"
},
"directories": {
"test": "tests"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rrwen/twitter2return.git"
},
"author": "Richard Wen",
"license": "MIT",
"bugs": {
"url": "https://github.com/rrwen/twitter2return/issues"
},
"homepage": "https://github.com/rrwen/twitter2return#readme",
"keywords": [
"twitter",
"data",
"stream",
"api",
"token",
"access",
"geo",
"tweet",
"post",
"get",
"location",
"oauth",
"rest",
"sample",
"social",
"media",
"extract",
"option",
"object",
"return"
],
"dependencies": {
"jsonata": "^1.4.1",
"twitter": "^1.7.1"
},
"devDependencies": {
"coveralls": "^3.0.0",
"documentation": "^5.3.3",
"dotenv": "^4.0.0",
"istanbul": "^0.4.5",
"moment": "^2.19.1",
"tape": "^4.8.0"
}
}