forked from codekraft-studio/angular-speech
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 999 Bytes
/
Copy pathpackage.json
File metadata and controls
37 lines (37 loc) · 999 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
31
32
33
34
35
36
37
{
"name": "angular-speech",
"version": "0.1.0",
"description": "A simple angular component to deal with browser SpeechRecognition",
"main": "dist/angular-speech.js",
"dependencies": {
"angular": "^1.5.8"
},
"devDependencies": {
"grunt": "^1.0.1",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-connect": "^1.0.2",
"grunt-contrib-uglify": "^1.0.1",
"grunt-contrib-watch": "^1.0.0",
"grunt-sass": "^2.0.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "grunt",
"build": "grunt build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/codekraft-studio/angular-speech.git"
},
"keywords": [
"angularjs",
"speech recognition",
"angular-component"
],
"author": "codekraft-studio",
"license": "MIT",
"bugs": {
"url": "https://github.com/codekraft-studio/angular-speech/issues"
},
"homepage": "https://github.com/codekraft-studio/angular-speech#readme"
}