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" - } -}