Skip to content
This repository has been archived by the owner on Sep 4, 2020. It is now read-only.

Commit

Permalink
Issue #3: package.json needs quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
macdonst committed Jun 4, 2015
1 parent d74f890 commit e5ab516
Showing 1 changed file with 22 additions and 22 deletions.
44 changes: 22 additions & 22 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{
name: "phonegap-plugin-push",
description: "Register and receive push notifications.",
version: "1.0.0",
homepage: "http://github.com/phonegap/phonegap-plugin-push#readme",
repository: {
type: "git",
url: "git://github.com/phonegap/phonegap-plugin-push.git"
"name": "phonegap-plugin-push",
"description": "Register and receive push notifications.",
"version": "1.0.0",
"homepage": "http://github.com/phonegap/phonegap-plugin-push#readme",
"repository": {
"type": "git",
"url": "git://github.com/phonegap/phonegap-plugin-push.git"
},
bugs: {
url: "https://github.com/phonegap/phonegap-plugin-push/issues"
"bugs": {
"url": "https://github.com/phonegap/phonegap-plugin-push/issues"
},
cordova: {
id: "phonegap-plugin-push",
platforms: [
"cordova": {
"id": "phonegap-plugin-push",
"platforms": [
"ios",
"android",
"windows8",
Expand All @@ -21,7 +21,7 @@
"browser"
]
},
keywords: [
"keywords": [
"ecosystem:cordova",
"ecosystem:phonegap",
"cordova-ios",
Expand All @@ -31,18 +31,18 @@
"cordova-wp8",
"cordova-browser"
],
engines: [
"engines": [
{
name: "cordova",
version: ">=3.0.0"
"name": "cordova",
"version": ">=3.0.0"
}
],
author: "Adobe PhoneGap Team",
license: "APL",
scripts: {
test: "jasmine-node --color spec"
"author": "Adobe PhoneGap Team",
"license": "APL",
"scripts": {
"test": "jasmine-node --color spec"
},
devDependencies: {
jasmine-node: "1.14.5"
"devDependencies": {
"jasmine-node": "1.14.5"
}
}

0 comments on commit e5ab516

Please sign in to comment.