Skip to content
This repository was archived by the owner on Oct 8, 2024. It is now read-only.

Commit

Permalink
Add Package.json to support Cordova 7+
Browse files Browse the repository at this point in the history
  • Loading branch information
Crash-- committed Sep 27, 2018
1 parent d55e01a commit ceb74d5
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"name": "cordova-plugin-list-library-items",
"version": "1.0.0",
"description": "List and Upload phone's library items (pics, videos...)",
"directories": {
"doc": "doc",
"test": "tests"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cozy/cordova-plugin-list-library-items.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/cozy/cordova-plugin-list-library-items/issues"
},
"homepage": "https://github.com/cozy/cordova-plugin-list-library-items#readme",
"cordova": {
"id": "io.cozy.plugins.listlibraryitems",
"platforms": [
"android",
"ios"
]
},
"engines": [
{
"name": "cordova",
"version": ">=5.0.0"
}
]
}

0 comments on commit ceb74d5

Please sign in to comment.