Skip to content

Commit

Permalink
Add package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
BlackFoks committed Mar 12, 2016
1 parent 45d031b commit 04412d9
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions package.json
@@ -0,0 +1,25 @@
{
"name": "AppConfig",
"version": "0.0.1",
"description": "A plugin to read iOS app plist file.",
"cordova": {
"id": "cordova-plugin-app-config",
"platforms": [
"ios"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/BlackFoks/cordova-plugin-app-config.git"
},
"keywords": [
"ecosystem:cordova",
"cordova-ios"
],
"author": "George Bragin",
"license": "MIT",
"bugs": {
"url": "https://github.com/BlackFoks/cordova-plugin-app-config/issues"
},
"homepage": "https://github.com/BlackFoks/cordova-plugin-app-config#readme"
}

0 comments on commit 04412d9

Please sign in to comment.