forked from service-bot/pluginbot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.02 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
{
"name": "pluginbot",
"version": "0.2.3",
"repository": {
"type": "git",
"url": "http://github.com/service-bot/pluginbot.git"
},
"main": "pluginbot.js",
"license": "MIT",
"dependencies": {
"redux": "^4.0.5",
"redux-saga": "^0.16.2"
},
"babel": {
"presets": [
"es2015",
"react"
],
"plugins": [
"transform-object-rest-spread",
[
"transform-runtime",
{
"polyfill": false,
"regenerator": true
}
],
"transform-async-to-generator"
]
},
"scripts": {
"build": "babel src -d dist"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-plugin-transform-async-to-generator": "^6.24.1",
"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"
},
"keywords": [
"plugin",
"dependency-inection",
"framework",
"soa",
"universal",
"servicebot-plugins"
]
}