forked from TalAter/annyang
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 877 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
{
"name": "annyang",
"version": "1.1.0",
"description": "A javascript library for adding voice commands to your site, using speech recognition",
"homepage": "https://www.talater.com/annyang/",
"main": "annyang.js",
"repository": {
"type": "git",
"url": "https://github.com/TalAter/annyang.git"
},
"keywords": [
"annyang",
"annyang.js",
"speechrecognition",
"webkitspeechrecognition",
"voice",
"speech",
"recognition"
],
"author": "Tal Ater <[email protected]> (https://www.talater.com/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/TalAter/annyang/issues"
},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-uglify": "~0.2.4",
"grunt-contrib-jshint": "~0.6.4",
"grunt-contrib-watch": "~0.5.3",
"grunt-contrib-cssmin": "~0.6.2",
"grunt-contrib-imagemin": "~0.3.0"
}
}