Update dependencies
This commit is contained in:
parent
8b010f81c5
commit
30c437fd04
71
package.json
71
package.json
@ -1,40 +1,41 @@
|
|||||||
{
|
{
|
||||||
"name": "react-native-video",
|
"name": "react-native-video",
|
||||||
"version": "2.0.0",
|
"version": "2.0.0",
|
||||||
"description": "A <Video /> element for react-native",
|
"description": "A <Video /> element for react-native",
|
||||||
"main": "Video.js",
|
"main": "Video.js",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"author": "Brent Vatne <brentvatne@gmail.com> (https://github.com/brentvatne)",
|
"author":
|
||||||
"contributors": [
|
"Brent Vatne <brentvatne@gmail.com> (https://github.com/brentvatne)",
|
||||||
{
|
"contributors": [
|
||||||
"name": "Isaiah Grey",
|
{
|
||||||
"email": "isaiahgrey@gmail.com"
|
"name": "Isaiah Grey",
|
||||||
},
|
"email": "isaiahgrey@gmail.com"
|
||||||
{
|
|
||||||
"name": "Johannes Lumpe",
|
|
||||||
"email": "johannes@lum.pe"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "Baris Sencan",
|
|
||||||
"email": "baris.sncn@gmail.com"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"repository": {
|
|
||||||
"type": "git",
|
|
||||||
"url": "git@github.com:brentvatne/react-native-video.git"
|
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
{
|
||||||
"jest-cli": "0.2.1",
|
"name": "Johannes Lumpe",
|
||||||
"eslint": "1.10.3",
|
"email": "johannes@lum.pe"
|
||||||
"babel-eslint": "5.0.0-beta8",
|
|
||||||
"eslint-plugin-react": "3.16.1",
|
|
||||||
"eslint-config-airbnb": "4.0.0"
|
|
||||||
},
|
},
|
||||||
"dependencies": {
|
{
|
||||||
"keymirror": "0.1.1",
|
"name": "Baris Sencan",
|
||||||
"prop-types": "^15.5.10"
|
"email": "baris.sncn@gmail.com"
|
||||||
},
|
|
||||||
"scripts": {
|
|
||||||
"test": "node_modules/.bin/eslint *.js"
|
|
||||||
}
|
}
|
||||||
|
],
|
||||||
|
"repository": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "git@github.com:brentvatne/react-native-video.git"
|
||||||
|
},
|
||||||
|
"devDependencies": {
|
||||||
|
"babel-eslint": "8.2.2",
|
||||||
|
"eslint": "4.18.1",
|
||||||
|
"eslint-config-airbnb": "16.1.0",
|
||||||
|
"eslint-plugin-react": "7.7.0",
|
||||||
|
"jest-cli": "22.4.2"
|
||||||
|
},
|
||||||
|
"dependencies": {
|
||||||
|
"keymirror": "0.1.1",
|
||||||
|
"prop-types": "^15.5.10"
|
||||||
|
},
|
||||||
|
"scripts": {
|
||||||
|
"test": "node_modules/.bin/eslint *.js"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user