Skip to content

Commit

Permalink
Create package.json from npm
Browse files Browse the repository at this point in the history
Create package.json from npm
  • Loading branch information
januslo authored Nov 8, 2017
1 parent 8532303 commit 71fd0e9
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-ios-camera-usage-desc",
"version": "1.0.2",
"description": "This plugin sets camera usage desc to false in *-Info.plist file",
"cordova": {
"id": "cordova-plugin-ios-camera-usage-desc",
"platforms": [
"ios"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/januslo/cordova-plugin-ios-camera-usage-desc.git"
},
"keywords": [
"ecosystem:cordova",
"cordova-ios",
"camera usage desc"
],
"engines": [
{
"name": "cordova",
"version": ">=3.0.0"
}
],
"author": "januslo",
"license": "Apache",
"bugs": {
"url": "https://github.com/januslo/cordova-plugin-ios-camera-usage-desc/issues"
},
"homepage": "https://github.com/januslo/cordova-plugin-ios-camera-usage-desc#readme"
}

0 comments on commit 71fd0e9

Please sign in to comment.