react-native-video/package.json

42 lines
938 B
JSON
Raw Normal View History

2015-03-30 23:07:55 -06:00
{
2018-02-28 06:10:39 -07:00
"name": "react-native-video",
"version": "2.0.0",
"description": "A <Video /> element for react-native",
"main": "Video.js",
"license": "MIT",
"author":
"Brent Vatne <brentvatne@gmail.com> (https://github.com/brentvatne)",
"contributors": [
{
"name": "Isaiah Grey",
"email": "isaiahgrey@gmail.com"
},
2018-02-28 06:10:39 -07:00
{
"name": "Johannes Lumpe",
"email": "johannes@lum.pe"
2017-08-16 13:19:51 -06:00
},
2018-02-28 06:10:39 -07:00
{
"name": "Baris Sencan",
"email": "baris.sncn@gmail.com"
}
2018-02-28 06:10:39 -07:00
],
"repository": {
"type": "git",
"url": "git@github.com:brentvatne/react-native-video.git"
},
"devDependencies": {
2018-02-28 09:39:23 -07:00
"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"
2018-02-28 06:10:39 -07:00
},
"dependencies": {
"keymirror": "0.1.1",
"prop-types": "^15.5.10"
},
"scripts": {
"test": "node_modules/.bin/eslint *.js"
}
2015-03-30 23:07:55 -06:00
}