You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by st...@apache.org on 2014/04/30 21:51:17 UTC

ios commit: CB-6553: added top-level package.json file

Repository: cordova-ios
Updated Branches:
  refs/heads/master d5533962a -> ec85b52c8


CB-6553: added top-level package.json file


Project: http://git-wip-us.apache.org/repos/asf/cordova-ios/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-ios/commit/ec85b52c
Tree: http://git-wip-us.apache.org/repos/asf/cordova-ios/tree/ec85b52c
Diff: http://git-wip-us.apache.org/repos/asf/cordova-ios/diff/ec85b52c

Branch: refs/heads/master
Commit: ec85b52c88c78b7e61d8861a8e3fd7748fe2034c
Parents: d553396
Author: Steven Gill <st...@gmail.com>
Authored: Wed Apr 30 12:51:08 2014 -0700
Committer: Steven Gill <st...@gmail.com>
Committed: Wed Apr 30 12:51:08 2014 -0700

----------------------------------------------------------------------
 bin/package.json | 15 ---------------
 package.json     | 22 ++++++++++++++++++++++
 2 files changed, 22 insertions(+), 15 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-ios/blob/ec85b52c/bin/package.json
----------------------------------------------------------------------
diff --git a/bin/package.json b/bin/package.json
deleted file mode 100644
index ae40066..0000000
--- a/bin/package.json
+++ /dev/null
@@ -1,15 +0,0 @@
-{
-  "name":         "apache-cordova-ios-cli",
-  "description":  "CLI for Apache Cordova iOS",
-  "keywords":     ["apache", "cordova", "iOS", "CLI"],
-  "author":       "Apache Software Foundation",
-  "version":      "1.7.0",
-  "licenses":     [{
-    "type":       "Apache v2.0",
-    "url":        "http://www.apache.org/licenses/LICENSE-2.0.html"
-  }],
-  "dependencies" : {
-		"coffee-script" : "1.1.2",
-		"nodeunit" : "0.5.3"
-  }
-}

http://git-wip-us.apache.org/repos/asf/cordova-ios/blob/ec85b52c/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..fc8ddff
--- /dev/null
+++ b/package.json
@@ -0,0 +1,22 @@
+{
+  "name": "cordova-ios",
+  "version": "3.4.1",
+  "description": "cordova-ios release",
+  "main": "bin/create",
+  "repository": {
+    "type": "git",
+    "url": "https://git-wip-us.apache.org/repos/asf/cordova-ios.git"
+  },
+  "keywords": [
+    "ios",
+    "cordova",
+    "apache"
+  ],
+  "author": "Apache Software Foundation",
+  "license": "Apache Version 2.0",
+  "dependencies": {
+    "shelljs": "^0.2.6",
+    "coffee-script": "^1.7.1",
+    "nodeunit": "^0.8.7"
+  }
+}