From 01ad3f447ac3fee0a37634b9139dcd11b08cd7cd Mon Sep 17 00:00:00 2001 From: Fil Maj Date: Fri, 12 Jul 2013 10:27:27 -0700 Subject: [PATCH] [CB-3605] removing unused package.json --- bin/package.json | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 bin/package.json diff --git a/bin/package.json b/bin/package.json deleted file mode 100644 index 27cb0eb1..00000000 --- a/bin/package.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "name": "cordova-android-cli", - "description": "CLI tooling for the cordova-android project", - "version": "0.0.1", - "licenses": [{ - "type": "APL 2.0", - "url": "http://www.apache.org/licenses/LICENSE-2.0" - }], - "main" : "./create", - "bin": { - "create": "./create", - "bench": "./bench", - "autotest": "./autotest", - "BOOM": "./BOOM", - "test": "./test" - }, - "homepage": "http://incubator.apache.org/cordova", - "repository": { - "type": "git", - "url": "http://git-wip-us.apache.org/repos/asf/incubator-cordova-android.git" - } -}