Skip to content

Commit

Permalink
fix package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Hadar Porat committed Oct 1, 2015
1 parent 283fa70 commit 1fee561
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,32 +1,32 @@
{
name: "cordova-plugin-fetch",
description: "HTTP networking plugin that brings the fetch() standard to Cordova",
version: "1.0.0",
homepage: "https://github.com/aporat/cordova-plugin-fetch#readme",
repository: {
type: "git",
url: "[email protected]:aporat/cordova-plugin-fetch.git"
"name": "cordova-plugin-fetch",
"description": "HTTP networking plugin that brings the fetch() standard to Cordova",
"version": "1.0.0",
"homepage": "https://github.com/aporat/cordova-plugin-fetch#readme",
"repository": {
"type": "git",
"url": "[email protected]:aporat/cordova-plugin-fetch.git"
},
bugs: {
url: "https://github.com/aporat/cordova-plugin-fetch/issues"
"bugs": {
"url": "https://github.com/aporat/cordova-plugin-fetch/issues"
},
cordova: {
id: "phonegap-plugin-fetch",
platforms: [
"cordova": {
"id": "phonegap-plugin-fetch",
"platforms": [
"ios"
]
},
keywords: [
"keywords": [
"ecosystem:cordova",
"ecosystem:phonegap",
"cordova-ios"
],
engines: [
"engines": [
{
name: "cordova",
version: ">=3.0.0"
"name": "cordova",
"version": ">=3.0.0"
}
],
author: "Adar Porat",
license: "MIT"
"author": "Adar Porat",
"license": "MIT"
}

0 comments on commit 1fee561

Please sign in to comment.