cordova-android/package.json

24 lines
519 B
JSON
Raw Normal View History

2014-05-01 01:54:47 +08:00
{
"name": "cordova-android",
"version": "3.4.0",
"description": "This is the release for cordova-android",
"main": "bin/create",
"scripts": {
2014-05-01 02:59:29 +08:00
"test":"echo \"Error: please view test/readme.md\" && exit 1"
2014-05-01 01:54:47 +08:00
},
"repository": {
"type": "git",
"url": "https://git-wip-us.apache.org/repos/asf/cordova-android.git"
},
"keywords": [
"android",
"cordova"
],
"author": "Joe Bowser",
"license": "Apache version 2.0",
"dependencies": {
"q": "^0.9.0",
"shelljs": "^0.2.6"
}
}