forked from TalAter/annyang
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·30 lines (30 loc) · 807 Bytes
/
Copy pathpackage.json
File metadata and controls
executable file
·30 lines (30 loc) · 807 Bytes
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
{
"name": "mumble-js",
"version": "1.0.1",
"description": "A simple Javascript framework for adding voice commands to a web site using the web speech recognition API. Based on annyang.js.",
"author": "Johan Johansson <[email protected]>",
"homepage": "https://github.com/swemaniac/mumble",
"main": "./src/mumble.js",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/swemaniac/mumble.git"
},
"bugs": {
"url": "https://github.com/swemaniac/mumble/issues"
},
"keywords": [
"speechrecognition",
"webkitspeechrecognition",
"voice",
"speech",
"recognition"
],
"devDependencies": {
"del": "^0.1.3",
"gulp": "^3.8.8",
"gulp-jsdoc-to-markdown": "^0.1.5",
"gulp-rename": "^1.2.0",
"gulp-uglify": "^1.0.1"
}
}