mirror of
https://github.com/apache/cordova-android.git
synced 2025-01-18 22:52:54 +08:00
31 lines
851 B
JSON
31 lines
851 B
JSON
{
|
|
"name": "cordova-android",
|
|
"version": "4.0.0-dev",
|
|
"description": "cordova-android release",
|
|
"main": "bin/create",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://git-wip-us.apache.org/repos/asf/cordova-android.git"
|
|
},
|
|
"keywords": [
|
|
"android",
|
|
"cordova",
|
|
"apache"
|
|
],
|
|
"scripts": {
|
|
"test": "jasmine-node --color spec",
|
|
"test-build": "rm -rf \"test create\"; ./bin/create \"test create\" com.test.app 応用 && \"./test create/cordova/build\" && rm -rf \"test create\""
|
|
},
|
|
"author": "Apache Software Foundation",
|
|
"license": "Apache version 2.0",
|
|
"dependencies": {
|
|
"q": "^0.9.0",
|
|
"shelljs": "^0.2.6",
|
|
"which": "^1.0.5"
|
|
},
|
|
"devDependencies": {
|
|
"jasmine-node": "~1",
|
|
"promise-matchers": "~0"
|
|
}
|
|
}
|