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

This commit is contained in:
Andrew Grieve 2014-01-14 16:21:57 -05:00
parent 51abf5b0a6
commit a643c3dba6

View File

@ -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": [
]
}