forked from amazon-connect/amazon-connect-streams
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.14 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
{
"name": "amazon-connect-streams",
"version": "1.4.0",
"description": "Amazon Connect Streams Library",
"main": "release/connect-streams.js",
"repository": {
"type": "git",
"url": "git+https://github.com/aws/amazon-connect-streams.git"
},
"keywords": [
"streams",
"softphone",
"rintone",
"connect"
],
"scripts": {
"test": "gulp test",
"release": "gulp script",
"server": "gulp webserver",
"watch": "gulp watch",
"clean": "rm -rf build/ node_modules build"
},
"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",
"devDependencies": {
"chai": "^4.1.2",
"gulp": "^3.9.1",
"gulp-cli": "^2.0.1",
"gulp-concat": "^2.6.1",
"gulp-istanbul": "^1.1.3",
"gulp-jshint": "^2.1.0",
"gulp-mocha": "^5.0.0",
"gulp-rename": "^1.2.2",
"gulp-rev": "^8.1.1",
"gulp-uglify": "^3.0.0",
"gulp-watch": "^5.0.1",
"jshint": "^2.9.7",
"pump": "^3.0.0",
"sinon": "^4.5.0",
"gulp-webserver": "^0.9.1"
}
}