-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 896 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 896 Bytes
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
{
"name": "hawkbot",
"version": "1.0.0",
"description": "Discord bot made in node js",
"main": "bot.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node bot.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CyberHawkSoftware/HawkBot.git"
},
"keywords": [
"bot"
],
"author": "Rxswyers",
"license": "MIT",
"bugs": {
"url": "https://github.com/CyberHawkSoftware/HawkBot/issues"
},
"homepage": "https://github.com/CyberHawkSoftware/HawkBot#readme",
"dependencies": {
"body-parser": "^1.16.1",
"dicksword.js": "^0.5.2",
"du": "^0.1.0",
"express": "^4.14.1",
"express-session": "^1.15.1",
"handlebars": "^4.0.11",
"helmet": "^3.5.0",
"multer": "^1.3.0",
"nedb": "^1.8.0",
"punycode": "^2.0.0",
"request": "^2.73.0",
"urlencode": "^1.1.0"
}
}