forked from awslabs/aws-lex-browser-audio-capture
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
67 lines (67 loc) · 1.59 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"name": "aws-lex-browser-audio-capture",
"description": "Amazon Lex Audio SDK for JavaScript",
"version": "0.0.1",
"author": {
"name": "Amazon Web Services",
"email": "",
"url": "http://aws.amazon.com/"
},
"homepage": "https://github.com/awslabs/aws-lex-browser-audio-capture",
"contributors": [],
"devDependencies": {
"chai": "*",
"coffee-script": "~1.9.1",
"coffeeify": "1.0.0",
"grunt": "^1.0.1",
"grunt-blanket": "~0.0.8",
"grunt-browserify": "~3.5.0",
"grunt-contrib-clean": "^1.1.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-jshint": "^1.1.0",
"grunt-contrib-uglify": "^3.1.0",
"grunt-contrib-watch": "*",
"grunt-mocha": "~0.4.12",
"grunt-mocha-test": "~0.12.7",
"mocha-cobertura-reporter": "~1.0.4",
"semver": "*",
"travis-cov": "~0.2.5",
"xml2js": "0.2.6"
},
"dependencies": {
"aws-sdk": ">=2.48.0",
"phantomjs": "^2.1.1"
},
"main": "lib/lex-audio.js",
"directories": {
"lib": "lib"
},
"engines": {
"node": ">= 0.8.0"
},
"repository": {
"type": "git",
"url": "git://github.com/awslabs/aws-lex-browser-audio-capture"
},
"bugs": {
"url": "https://github.com/awslabs/aws-lex-browser-audio-capture/issues",
"mail": ""
},
"licenses": [
{
"type": "Copyright 2017 Amazon.com, Inc.",
"url": "https://github.com/awslabs/aws-lex-browser-audio-capture/blob/master/LICENSE"
}
],
"keywords": [
"api",
"amazon",
"aws",
"lex"
],
"scripts": {
"test": "grunt test",
"unit": "grunt test",
"distribution": "grunt dist"
}
}