forked from baklazaner/botpress-messenger
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
77 lines (77 loc) · 2.12 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
76
77
{
"name": "botpress-messenger",
"version": "2.2.9",
"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",
"botpress-connector"
],
"version-manager": {
"date": "06/02/2017",
"warn": "Botpress 1.0 is now available.",
"botpress-check": ">= 0.1",
"botpress-update": "^1.0",
"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"
},
"dependencies": {
"bluebird": "^3.4.6",
"body-parser": "^1.15.2",
"botpress-version-manager": "^1.0.4",
"eventemitter2": "^2.1.3",
"lodash": "^4.16.6",
"lru-cache": "^4.0.1",
"node-fetch": "^1.6.3",
"react-audio-player": "^0.5.0",
"react-player": "^0.18.0",
"uuid": "^3.0.0"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"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.3.1",
"css-loader": "^0.28.8",
"eslint": "^3.10.2",
"eslint-plugin-react": "^6.7.1",
"extract-text-webpack-plugin": "^3.0.2",
"file-loader": "^1.1.6",
"node-sass": "^3.11.2",
"raw-loader": "^0.5.1",
"react": "^15.3.2",
"react-bootstrap": "^0.30.6",
"react-dom": "^15.3.2",
"sass-loader": "^6.0.6",
"style-loader": "^0.19.1",
"webpack": "^3.10.0",
"webpack-node-externals": "^1.6.0"
}
}