-
Notifications
You must be signed in to change notification settings - Fork 22
/
Copy pathpackage.json
48 lines (48 loc) · 1.33 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
43
44
45
46
47
48
{
"name": "react-speech-recognition-input",
"version": "0.1.1",
"description": "A react speech recognition component for chrome browser",
"main": "index.js",
"scripts": {
"start": "node example/server.js",
"build": "rm -rf lib && cp -rf src lib && ./node_modules/.bin/babel src -d lib"
},
"repository": {
"type": "git",
"url": "git+https://github.com/somonus/react-speech-recognition-input.git"
},
"keywords": [
"react",
"speeck",
"recognition"
],
"author": "somonus",
"main": "lib/index.js",
"license": "MIT",
"bugs": {
"url": "https://github.com/somonus/react-speech-recognition-input/issues"
},
"homepage": "https://github.com/somonus/react-speech-recognition-input#readme",
"peerDependencies": {
"react": ">=0.14.2",
"react-dom": ">=0.14.2"
},
"devDependencies": {
"babel": "^6.5.2",
"babel-cli": "^6.10.1",
"babel-core": "^6.10.4",
"babel-loader": "^6.2.4",
"babel-plugin-react-transform": "^2.0.2",
"babel-preset-es2015": "^6.9.0",
"babel-preset-react": "^6.11.1",
"css-loader": "0.22.0",
"eslint": "1.6.0",
"eslint-config-airbnb": "0.1.0",
"eslint-loader": "1.0.0",
"eslint-plugin-react": "3.5.0",
"file-loader": "^0.9.0",
"style-loader": "0.13.0",
"webpack": "1.13.1",
"webpack-dev-server": "^1.14.1"
}
}