react-user-media
Version:
React components for webcam and audio
55 lines (54 loc) • 1.59 kB
JSON
{
"name": "react-user-media",
"version": "0.3.0",
"description": "React components for webcam and audio",
"main": "build/react-user-media.js",
"engines": {
"yarn": "^1.3.2"
},
"scripts": {
"dev": "webpack-dev-server --devtool eval --progress --colors --content-base examples --host 0.0.0.0 --history-api-fallback --config webpack.dev.config.babel.js",
"build": "webpack -p --config webpack.config.babel.js",
"lint": "eslint src",
"test": "echo \"Error: no test specified\" && exit 1",
"prepublishOnly": "yarn install && yarn build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jgradim/react-user-media.git"
},
"keywords": [
"react",
"webcam",
"audio",
"usermedia"
],
"author": "João Gradim <joao.gradim@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/jgradim/react-user-media/issues"
},
"homepage": "https://github.com/jgradim/react-user-media#readme",
"peerDependencies": {
"prop-types": "^15.6.0",
"react": "^16.0.0"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-eslint": "^8.2.1",
"babel-loader": "^7.1.2",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"babel-runtime": "^6.26.0",
"eslint": "^4.15.0",
"eslint-loader": "^1.9.0",
"eslint-plugin-react": "^7.5.1",
"path": "^0.12.7",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"webpack": "^3.10.0",
"webpack-dev-server": "^2.11.0",
"webpack-notifier": "^1.5.0"
}
}