-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
55 lines (55 loc) · 1.45 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
{
"name": "iconic-narada",
"version": "1.0.0",
"description": "Iconic Narada, developer friendly boilerplate to help you connect Social Media/Messaging platforms via Webhooks.",
"main": "start.js",
"scripts": {
"start": "node start.js",
"lint": "eslint . --ext .js",
"pretest": "npm run lint",
"test": "echo \"No tests\""
},
"repository": {
"type": "git",
"url": "git://github.com/iconicbot/iconic-narada.git"
},
"keywords": [
"bot",
"iconicBot",
"bot connector",
"webhooks boilerplate",
"social media connector",
"social media webhook",
"facebook chatbot",
"twitter chatbot",
"facebook webhook",
"facebook messenger webhook",
"twitter webhook",
"twitter direct webhook"
],
"author": "IconicBot (https://iconic.wtf)",
"license": "MIT",
"bugs": {
"url": "https://github.com/iconicbot/iconic-narada/issues"
},
"homepage": "https://github.com/iconicbot/iconic-narada#README",
"dependencies": {
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.7.0",
"babel-register": "^6.26.0",
"debug": "~2.6.9",
"dotenv": "^5.0.1",
"express": "~4.16.0",
"mime-type": "^3.0.5",
"mime-types": "^2.1.20",
"request": "^2.88.0",
"winston": "^3.1.0",
"google-auth-library": "^3.1.0",
"googleapis": "^37.2.0"
},
"devDependencies": {
"eslint": "^5.7.0",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-plugin-import": "^2.14.0"
}
}