Add license field to package.json

This commit is contained in:
Brent Vatne 2016-04-12 14:18:28 -04:00
parent 86ced65577
commit 787f56616d

View File

@ -3,6 +3,7 @@
"version": "0.7.1", "version": "0.7.1",
"description": "A <Video /> element for react-native", "description": "A <Video /> element for react-native",
"main": "Video.js", "main": "Video.js",
"license": "MIT",
"author": "Brent Vatne <brentvatne@gmail.com> (https://github.com/brentvatne)", "author": "Brent Vatne <brentvatne@gmail.com> (https://github.com/brentvatne)",
"files": [ "files": [
"android/build.gradle", "android/build.gradle",