-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 895 Bytes
/
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
{
"name": "voncountdown",
"version": "0.0.1",
"description": "Count Von Countdown",
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/brianfunk/voncountdown.git"
},
"keywords": [
"count",
"von",
"countdown",
"numberstring",
"number",
"string",
"count",
"von",
"count",
"sesame",
"street",
"big",
"bird"
],
"author": "Brian Funk",
"license": "MIT",
"bugs": {
"url": "https://github.com/brianfunk/voncountdown/issues"
},
"homepage": "https://github.com/brianfunk/voncountdown#readme",
"dependencies": {
"async": "^2.0.1",
"aws-sdk": "^2.1561.0",
"dotenv": "^2.0.0",
"express": "^4.14.0",
"express-handlebars": "^5.3.1",
"numberstring": "^0.2.0",
"request": "^2.75.0",
"twitter-api-v2": "^1.16.0"
}
}