forked from twilio/flex-plugin-builder
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.15 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
{
"name": "react-app-rewire-flex-plugin",
"version": "1.5.0",
"description": "Plugin for react-app-rewired to bundle Twilio Flex Plugins",
"keywords": [
"flex",
"twilio",
"react-app-rewired"
],
"author": "Dominik Kundel <[email protected]>",
"homepage": "https://github.com/twilio/flex-plugin-builder#readme",
"license": "MIT",
"main": "lib/index.js",
"directories": {
"lib": "lib",
"test": "__tests__"
},
"files": [
"lib",
"config-overrides.js"
],
"repository": {
"type": "git",
"url": "git+https://github.com/twilio/flex-plugin-builder.git"
},
"scripts": {
"test": "echo \"Error: run tests from root\" && exit 1"
},
"bugs": {
"url": "https://github.com/twilio/flex-plugin-builder/issues"
},
"dependencies": {
"react-app-rewire-uglifyjs": "^0.1.1",
"react-app-rewire-unplug": "^0.9.0",
"react-app-rewired": "^1.6.2",
"react-scripts": "^1.1.5",
"read-pkg": "^4.0.1"
},
"devDependencies": {
"flex-plugin": "^1.3.4"
},
"peerDependencies": {
"flex-plugin": "*",
"react-app-rewired": "^1.6.2"
},
"gitHead": "ca02b3d214e6dfa4277b6b69cbbb178783004edf"
}