You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ripple.apache.org by gt...@apache.org on 2013/03/12 14:40:08 UTC

git commit: Update package.json.

Updated Branches:
  refs/heads/next 5c3a65055 -> 6272f51e3


Update package.json.

This is to prep for getting this into npm for the
hosted / cli version of ripple.


Project: http://git-wip-us.apache.org/repos/asf/incubator-ripple/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-ripple/commit/6272f51e
Tree: http://git-wip-us.apache.org/repos/asf/incubator-ripple/tree/6272f51e
Diff: http://git-wip-us.apache.org/repos/asf/incubator-ripple/diff/6272f51e

Branch: refs/heads/next
Commit: 6272f51e3ec246d97da1d91cbb286beb17f05186
Parents: 5c3a650
Author: Gord Tanner <gt...@gmail.com>
Authored: Tue Mar 12 09:39:30 2013 -0400
Committer: Gord Tanner <gt...@gmail.com>
Committed: Tue Mar 12 09:39:30 2013 -0400

----------------------------------------------------------------------
 package.json |   21 +++++++++++++++++----
 1 files changed, 17 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ripple/blob/6272f51e/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index b7002af..7b54316 100644
--- a/package.json
+++ b/package.json
@@ -1,16 +1,29 @@
 {
-  "name": "ripple",
+  "name": "ripple-emulator",
   "version": "0.9.15",
   "description": "A browser based html5 mobile application development and testing tool",
-  "homepage": "http://github.com/blackberry/Ripple-UI",
+  "homepage": "http://ripple.incubator.apache.org/",
   "author": {
-    "name": "Research In Motion",
-    "url": "http://github.com/blackberry/Ripple-UI"
+    "name": "Apache Ripple Community",
+    "url": "http://ripple.incubator.apache.org/"
   },
   "licenses": [{
     "type": "Apache 2.0",
     "url": "http://www.apache.org/licenses/LICENSE-2.0"
   }],
+  "repository": {
+    "type": "git",
+    "url": "https://git-wip-us.apache.org/repos/asf/icubator-ripple.git"
+  },
+  "keywords": [
+    "cordova",
+    "phonegap",
+    "ripple",
+    "mobile",
+    "testing",
+    "test",
+    "emulator"
+  ],
   "bin": { "ripple": "./bin/ripple" },
   "scripts": {"preinstall": "node thirdparty/ludicrous.js"},
   "main": "./lib/index",