This repository was archived by the owner on Oct 10, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.44 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.44 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
48
49
50
51
52
53
54
55
56
{
"name": "d0p3tbot",
"version": "0.0.2",
"description": "Twitch bot for d0p3t",
"main": "app.js",
"author": "Remco Troost",
"license": "MIT",
"private": true,
"scripts": {
"start": "gulp serve"
},
"dependencies": {
"bcryptjs": "^2.4.3",
"body-parser": "^1.17.2",
"cachegoose": "^3.0.2",
"connect-ensure-login": "^0.1.1",
"connect-flash": "^0.1.1",
"connect-mongodb-session": "^1.3.0",
"discord.js": "^11.1.0",
"express": "^4.15.3",
"express-messages": "^1.0.1",
"express-session": "^1.15.3",
"method-override": "^2.3.9",
"mongoose": "^4.11.3",
"mongoose-cache-manager": "github:englercj/mongoose-cache-manager",
"mongoose-long": "^0.1.1",
"morgan": "^1.8.2",
"passport": "^0.3.2",
"passport-local": "^1.0.0",
"promise": "^8.0.1",
"pug": "^2.0.0-rc.2",
"request": "^2.81.0",
"serve-favicon": "^2.4.3",
"socket.io": "^2.0.3",
"tmi.js": "^1.2.1",
"winston": "^2.3.1"
},
"devDependencies": {
"gulp": "^3.9.1",
"gulp-autoprefixer": "^4.0.0",
"gulp-jshint": "^2.0.4",
"gulp-livereload": "^3.8.1",
"gulp-nodemon": "^2.2.1",
"gulp-postcss": "^7.0.0",
"jshint": "^2.9.5",
"jshint-stylish": "^2.2.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/d0p3t/d0p3tbot.git"
},
"bugs": {
"url": "https://github.com/d0p3t/d0p3tbot/issues"
},
"homepage": "https://github.com/d0p3t/d0p3tbot#readme"
}