mirror of
https://github.com/apache/cordova-android.git
synced 2025-01-19 15:12:51 +08:00
34 lines
733 B
JSON
34 lines
733 B
JSON
{
|
|
"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": [
|
|
]
|
|
}
|