-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
63 lines (63 loc) · 1.66 KB
/
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "fridaybot",
"description": "Bot for spb-frontend.slack.com",
"author": "<dshved@hotmail.com>",
"version": "0.9.0",
"scripts": {
"start": "node ./build/www",
"precommit": "lint-staged",
"test": "eslint ."
},
"lint-staged": {
"*.js": [
"prettier --bracket-spacing=true --single-quote=true --trailing-comma=all --print-width=80 --write",
"git add"
]
},
"dependencies": {
"axios": "^0.17.0",
"body-parser": "^1.18.2",
"cheerio": "^1.0.0-rc.2",
"connect-mongo": "^2.0.0",
"cookie-parser": "^1.4.3",
"debug": "^3.1.0",
"express": "^4.16.2",
"express-session": "^1.15.6",
"faceapp": "https://github.com/dshved/faceapp.js.git",
"gifencoder": "^1.1.0",
"google-images": "^2.1.0",
"iconv-lite": "^0.4.19",
"jimp": "^0.2.28",
"jsonwebtoken": "^7.3.0",
"lodash": "^4.17.4",
"mongoose": "^5.0.3",
"morgan": "^1.9.0",
"multiparty": "^4.1.3",
"pm2": "^2.10.4",
"prettier": "^1.7.4",
"pug": "^2.0.0-rc.4",
"pureimage": "^0.1.3",
"request": "^2.83.0",
"serialize-javascript": "^1.4.0",
"serve-favicon": "^2.4.5",
"slackbots": "^1.1.0",
"socket.io": "^1.7.3",
"xml2js": "^0.4.19"
},
"devDependencies": {
"eslint": "^3.19.0",
"eslint-config-airbnb": "^14.1.0",
"eslint-config-prettier": "^2.6.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^4.0.0",
"eslint-plugin-prettier": "^2.1.2",
"eslint-plugin-react": "^6.10.0",
"husky": "^0.14.3",
"lint-staged": "^4.0.1"
},
"repository": {
"type": "git",
"url": "https://github.com/dshved/fridaybot.git"
},
"license": "MIT"
}