UNPKG

react-speech-recognizer-component

Version:

React component for Speech Recognition based on Speech Recognition Web API.

45 lines (44 loc) 1.31 kB
{ "name": "react-speech-recognizer-component", "version": "1.0.7", "description": "React component for Speech Recognition based on Speech Recognition Web API.", "main": "dist/speech-recognizer.js", "scripts": { "build": "babel src -d dist --copy-files", "prepare": "npm run-script build", "test": "echo \"Error: no test specified\" && exit 1", "update": "npm version patch && npm publish" }, "repository": { "type": "git", "url": "git+https://github.com/loqtor/speech-recognizer.git" }, "keywords": [ "speechrecognition", "speechrecognitionapi", "webspeechapi", "webapi" ], "author": "Martin Martinez", "license": "MIT", "bugs": { "url": "https://github.com/loqtor/speech-recognizer/issues" }, "homepage": "https://github.com/loqtor/speech-recognizer#readme", "devDependencies": { "@babel/cli": "^7.7.7", "@babel/preset-env": "^7.7.7", "@babel/preset-react": "^7.7.4", "css-loader": "^0.28.11", "react": "^16.12.0", "react-dom": "^16.12.0", "style-loader": "^0.20.3" }, "dependencies": { "@babel/core": "^7.7.7", "@babel/plugin-proposal-class-properties": "^7.7.4", "@babel/plugin-syntax-jsx": "^7.7.4", "@babel/plugin-transform-react-jsx": "^7.7.7", "babel-loader": "^8.0.6" } }