forked from baklazaner/botpress-messenger
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
75 lines (75 loc) · 2.13 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
64
65
66
67
68
69
70
71
72
73
74
75
{
"name": "botpress-messenger",
"version": "2.0.6",
"description": "Official Facebook Messenger connector for botpress",
"main": "bin/node.bundle.js",
"homepage": "https://github.com/botpress/botpress-messenger",
"botpress": {
"menuText": "Messenger",
"menuIcon": "custom",
"webBundle": "bin/web.bundle.js"
},
"keywords": [
"messenger",
"facebook",
"botpress"
],
"version-manager": {
"date": "24/02/2017",
"warn": "Can't migrate existing database, please see https://gist.github.com/slvnperron/9a3027f4d798c7d6b6b6a9b9b6bdfa7b",
"botpress-check": ">= 0.1 < 1",
"botpress-update": "^0.x",
"module-downgrade": "~1.0.x"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"watch": "node webpack.js --watch",
"compile": "node webpack.js --compile"
},
"repository": {
"type": "git",
"url": "https://github.com/botpress/botpress-messenger"
},
"author": "Botpress",
"license": "AGPL-3.0",
"peerDependencies": {
"botpress": ">= 0.1 < 1"
},
"dependencies": {
"bluebird": "^3.4.6",
"body-parser": "^1.15.2",
"botpress-version-manager": "^1.0.0",
"eventemitter2": "^2.1.3",
"lodash": "^4.16.6",
"lru-cache": "^4.0.1",
"ngrok": "^2.2.3",
"node-fetch": "^1.6.3",
"uuid": "^3.0.0"
},
"devDependencies": {
"babel-core": "^6.18.2",
"babel-loader": "^6.2.7",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-object-rest-spread": "^6.16.0",
"babel-preset-latest": "^6.16.0",
"babel-preset-react": "^6.16.0",
"babel-preset-stage-0": "^6.16.0",
"babel-register": "^6.18.0",
"classnames": "^2.2.5",
"copy-webpack-plugin": "^4.0.0",
"css-loader": "^0.25.0",
"eslint": "^3.10.2",
"eslint-plugin-react": "^6.7.1",
"extract-text-webpack-plugin": "^1.0.1",
"file-loader": "^0.9.0",
"json-loader": "^0.5.4",
"node-sass": "^3.11.2",
"react": "^15.3.2",
"react-bootstrap": "^0.30.6",
"react-dom": "^15.3.2",
"sass-loader": "^4.0.2",
"style-loader": "^0.13.1",
"webpack": "^1.13.3",
"webpack-node-externals": "^1.5.4"
}
}