forked from amazon-connect/amazon-connect-streams
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 834 Bytes
/
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
{
"name": "amazon-connect-streams",
"version": "1.0.0",
"description": "Amazon Connect Streams Library",
"repository": {
"type": "git",
"url": "git+https://github.com/aws/amazon-connect-streams.git"
},
"keywords": [
"streams",
"softphone",
"rintone",
"connect"
],
"author": "Amazon Web Services",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/aws/amazon-connect-streams/issues"
},
"homepage": "https://github.com/aws/amazon-connect-streams#readme",
"dependencies": {
"gulp": "^3.9.1"
},
"devDependencies": {
"chai": "^4.1.2",
"gulp-cli": "^2.0.1",
"gulp-concat": "^2.6.1",
"gulp-istanbul": "^1.1.3",
"gulp-mocha": "^5.0.0",
"gulp-rename": "^1.2.2",
"gulp-rev": "^8.1.1",
"gulp-uglify": "^3.0.0",
"sinon": "^4.5.0"
}
}