-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 754 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 754 Bytes
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
{
"name": "pluginbot-react",
"version": "0.1.2",
"repository": {
"type": "git",
"url": "http://github.com/service-bot/pluginbot-react.git"
},
"scripts": {
"build": "babel src -d dist"
},
"license": "MIT",
"main": "pluginbot-react.js",
"dependencies": {
"pluginbot": "^0.2.4",
"react": "^16.4.0",
"react-redux": "^5.0.6",
"redux": "^3.7.2",
"redux-saga": "^0.15.6",
"servicebot-client": "^1.0.2"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-plugin-transform-async-to-generator": "^6.24.1"
}
}