This repository was archived by the owner on Jan 23, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.35 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.35 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
{
"name": "discord-feedback",
"version": "0.1.0",
"description": "Bot for the Discord Feedback server",
"main": "index.js",
"scripts": {
"test": "node_modules/eslint/bin/eslint.js .",
"start": "node index.js",
"dbcreate": "node Utils/dbinit.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SteamingMutt/DiscordFeedback.git"
},
"maintainers": [{
"name": "Benjamin Hoffmeyer (TheDoctorsLife)",
"email": "admin@doc.tors.life",
"url": "https://doc.tors.life"
}],
"author": "Remco Jongschaap <hello@dougley.com>",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/SteamingMutt/DiscordFeedback/issues"
},
"homepage": "https://github.com/SteamingMutt/DiscordFeedback#readme",
"devDependencies": {
"ajv": "^5.2.3",
"eslint": "^4.8.0",
"eslint-config-standard": "^10.2.1",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-node": "^5.2.0",
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-standard": "^3.0.1"
},
"dependencies": {
"discordie": "git://github.com/qeled/discordie.git#dev",
"git-rev-sync": "^1.9.1",
"html-entities": "^1.2.1",
"ioredis": "^3.1.4",
"moment": "^2.18.1",
"raven": "^2.2.0",
"require-directory": "^2.1.1",
"requireindex": "^1.1.0",
"rethinkdbdash": "^2.3.29",
"uservoice-nodejs": "^0.0.13"
}
}