-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.09 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.09 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
{
"name": "open-badge-bot",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"badgebot": "node app.js && node ./app/badgebot.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kayaelle/Open-Badge-Bot.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/kayaelle/Open-Badge-Bot/issues"
},
"homepage": "https://github.com/kayaelle/Open-Badge-Bot#readme",
"dependencies": {
"async": "^2.6.1",
"body-parser": "^1.18.3",
"convert-svg-to-png": "^0.4.0",
"cron": "^1.7.1",
"ejs": "^2.6.1",
"express": "^4.16.3",
"find-hashtags": "^1.0.1",
"get-user-mentions": "^1.1.3",
"gists": "^1.0.1",
"is-image-url": "^1.1.8",
"is-url": "^1.2.4",
"junk": "^3.1.0",
"moment": "^2.24.0",
"morgan": "^1.9.0",
"path": "^0.12.7",
"stable": "^0.1.8",
"svg.js": "^2.6.5",
"svgdom": "0.0.15",
"svgpath": "^2.2.1",
"twit": "^2.2.10",
"underscore": "^1.9.1",
"xmlhttprequest": "^1.8.0"
}
}