You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by na...@apache.org on 2014/02/03 21:26:12 UTC

[11/32] git commit: Remove package.json within bin/ since we never intend to ship bin/ as an npm module

Remove package.json within bin/ since we never intend to ship bin/ as an npm module


Project: http://git-wip-us.apache.org/repos/asf/cordova-amazon-fireos/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-amazon-fireos/commit/09f683fb
Tree: http://git-wip-us.apache.org/repos/asf/cordova-amazon-fireos/tree/09f683fb
Diff: http://git-wip-us.apache.org/repos/asf/cordova-amazon-fireos/diff/09f683fb

Branch: refs/heads/3.4.x
Commit: 09f683fbcffe838afcce0dc18c240c7e4d278ab6
Parents: b925e9f
Author: Andrew Grieve <ag...@chromium.org>
Authored: Tue Jan 14 16:21:57 2014 -0500
Committer: Archana Naik <na...@lab126.com>
Committed: Mon Feb 3 11:09:46 2014 -0800

----------------------------------------------------------------------
 bin/package.json | 33 ---------------------------------
 1 file changed, 33 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-amazon-fireos/blob/09f683fb/bin/package.json
----------------------------------------------------------------------
diff --git a/bin/package.json b/bin/package.json
deleted file mode 100644
index 5eaecbc..0000000
--- a/bin/package.json
+++ /dev/null
@@ -1,33 +0,0 @@
-{
-    "name": "cordova-android",
-    "description": "Cordova tooling for the android platform.",
-    "version": "0.0.0",
-    "homepage": "http://github.com/apache/cordova-android",
-    "repository": {
-        "type": "git",
-        "url": "https://git-wip-us.apache.org/repos/asf/cordova-android.git"
-    },
-    "keywords": [
-        "cli",
-        "cordova",
-        "tooling"
-    ],
-    "engineStrict": "true",
-    "engines": {
-        "node": ">=0.10.0"
-    },
-    "dependencies": {
-        "shelljs" : "0.2.6",
-        "q": "~0.9"
-    },
-    "devDependencies": {
-    },
-    "optionalDependencies": {
-    },
-    "author": {
-        "name": "Benn Mapes",
-        "email": "bennmapes@gmail.com"
-    },
-    "contributors": [
-    ]
-}