forked from TalAter/annyang
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.13 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
{
"name": "annyang",
"version": "2.4.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"
},
"scripts": {
"test": "grunt test"
},
"devDependencies": {
"grunt": "~0.4.5",
"async": "^2.0.1",
"grunt-contrib-connect": "^1.0.2",
"grunt-contrib-cssmin": "^1.0.0",
"grunt-contrib-imagemin": "^1.0.0",
"grunt-contrib-jshint": "^1.0.0",
"grunt-contrib-uglify": "^2.0.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-contrib-jasmine": "^1.0.3",
"grunt-template-jasmine-istanbul": "^0.4.0",
"grunt-template-jasmine-requirejs": "^0.2.3",
"grunt-markdox": "^1.2.1"
}
}