2014-05-01 01:54:47 +08:00
|
|
|
{
|
|
|
|
"name": "cordova-android",
|
2014-07-26 08:03:42 +08:00
|
|
|
"version": "4.0.0-dev",
|
2014-05-01 03:55:28 +08:00
|
|
|
"description": "cordova-android release",
|
2014-05-01 01:54:47 +08:00
|
|
|
"main": "bin/create",
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://git-wip-us.apache.org/repos/asf/cordova-android.git"
|
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"android",
|
2014-05-01 03:55:28 +08:00
|
|
|
"cordova",
|
|
|
|
"apache"
|
2014-05-01 01:54:47 +08:00
|
|
|
],
|
2014-06-25 01:50:00 +08:00
|
|
|
"scripts": {
|
|
|
|
"test": "jasmine-node --color spec"
|
|
|
|
},
|
2014-05-01 03:55:28 +08:00
|
|
|
"author": "Apache Software Foundation",
|
2014-05-01 01:54:47 +08:00
|
|
|
"license": "Apache version 2.0",
|
|
|
|
"dependencies": {
|
|
|
|
"q": "^0.9.0",
|
2014-05-23 02:04:00 +08:00
|
|
|
"shelljs": "^0.2.6",
|
|
|
|
"which": "^1.0.5"
|
2014-06-25 01:50:00 +08:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"jasmine-node": "~1",
|
|
|
|
"promise-matchers": "~0"
|
2014-05-01 01:54:47 +08:00
|
|
|
}
|
|
|
|
}
|