diff --git a/package.json b/package.json
new file mode 100644
index 0000000..f1d202f
--- /dev/null
+++ b/package.json
@@ -0,0 +1,70 @@
+{
+ "_from": "git+https://github.com/cemerson/com.phonegap.plugins.video.git",
+ "_id": "com.phonegap.plugins.video@1.0.1",
+ "_inBundle": false,
+ "_integrity": "",
+ "_location": "/com.phonegap.plugins.video",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "git",
+ "raw": "https://github.com/cemerson/com.phonegap.plugins.video.git",
+ "rawSpec": "https://github.com/cemerson/com.phonegap.plugins.video.git",
+ "saveSpec": "git+https://github.com/cemerson/com.phonegap.plugins.video.git",
+ "fetchSpec": "https://github.com/cemerson/com.phonegap.plugins.video.git",
+ "gitCommittish": null
+ },
+ "_requiredBy": [
+ "#USER",
+ "/"
+ ],
+ "_resolved": "git+https://github.com/cemerson/com.phonegap.plugins.video.git#a0ca205cc24682101e76ccc15644ad83ae6146cb",
+ "_shasum": "61520b8de3eb75b37842d2340f5d90a84a073511",
+ "_spec": "https://github.com/cemerson/com.phonegap.plugins.video.git",
+ "_where": "M:\\Documents\\Projects\\iSitLead",
+ "author": {
+ "name": "Apache Software Foundation"
+ },
+ "bugs": {
+ "url": "https://github.com/cemerson/VideoPlayer/issues"
+ },
+ "bundleDependencies": false,
+ "cordova": {
+ "id": "com.phonegap.plugins.video",
+ "platforms": [
+ "android"
+ ]
+ },
+ "deprecated": false,
+ "description": "The video player allows you to display videos from your Cordova application. Original (PhoneGap) version author: Simon MacDonald.",
+ "engines": {
+ "cordovaDependencies": {
+ "0.2.3": {
+ "cordova": ">=1.0.1"
+ },
+ "4.0.0": {
+ "cordova": ">100"
+ }
+ }
+ },
+ "homepage": "https://github.com/cemerson/VideoPlayer#readme",
+ "keywords": [
+ "cordova",
+ "video",
+ "player",
+ "videoplayer",
+ "androidvideoplayer",
+ "cordova-android"
+ ],
+ "license": "Apache-2.0",
+ "name": "com.phonegap.plugins.video",
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/cemerson/VideoPlayer.git"
+ },
+ "scripts": {
+ "eslint": "node node_modules/eslint/bin/eslint www && node node_modules/eslint/bin/eslint src && node node_modules/eslint/bin/eslint tests",
+ "test": "npm run eslint"
+ },
+ "types": "./types/index.d.ts",
+ "version": "1.0.1"
+}
diff --git a/plugin.xml b/plugin.xml
index 0655001..035d037 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -9,7 +9,7 @@
VideoPlayer
- The video player allows you to display videos from your PhoneGap application.
+ The video player allows you to display videos in Cordova (Android) apps.
Simon MacDonald
android, video player
MIT
@@ -28,4 +28,3 @@
-