2015-10-21 07:15:57 +08:00
|
|
|
{
|
2016-11-03 07:32:15 +08:00
|
|
|
"name": "cordova-android",
|
2018-02-22 02:52:01 +08:00
|
|
|
"version": "7.2.0-dev",
|
2016-11-03 07:32:15 +08:00
|
|
|
"description": "cordova-android release",
|
|
|
|
"bin": {
|
|
|
|
"create": "bin/create"
|
|
|
|
},
|
|
|
|
"main": "bin/templates/cordova/Api.js",
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2017-06-02 00:48:24 +08:00
|
|
|
"url": "https://github.com/apache/cordova-android"
|
2016-11-03 07:32:15 +08:00
|
|
|
},
|
2017-05-24 06:54:03 +08:00
|
|
|
"bugs": {
|
|
|
|
"url": "https://issues.apache.org/jira/browse/CB"
|
|
|
|
},
|
2016-11-03 07:32:15 +08:00
|
|
|
"keywords": [
|
|
|
|
"android",
|
|
|
|
"cordova",
|
|
|
|
"apache"
|
|
|
|
],
|
|
|
|
"scripts": {
|
2018-06-19 05:48:02 +08:00
|
|
|
"test": "run-s eslint unit-tests java-unit-tests e2e-tests",
|
2017-06-28 01:02:38 +08:00
|
|
|
"unit-tests": "jasmine --config=spec/unit/jasmine.json",
|
2017-07-12 01:25:12 +08:00
|
|
|
"cover": "istanbul cover --root bin --print detail jasmine -- --config=spec/unit/jasmine.json",
|
2017-06-28 01:02:38 +08:00
|
|
|
"e2e-tests": "jasmine --config=spec/e2e/jasmine.json",
|
2018-06-13 22:09:08 +08:00
|
|
|
"java-unit-tests": "node test/run_java_unit_tests.js",
|
2018-06-19 05:48:02 +08:00
|
|
|
"eslint": "run-s -c eslint:*",
|
|
|
|
"eslint:scripts": "eslint bin spec test",
|
|
|
|
"eslint:bins": "eslint 'bin/**/*' --ignore-pattern '**/*.*' --ignore-pattern '**/gitignore'"
|
2016-11-03 07:32:15 +08:00
|
|
|
},
|
|
|
|
"author": "Apache Software Foundation",
|
|
|
|
"license": "Apache-2.0",
|
|
|
|
"dependencies": {
|
2018-01-26 02:03:00 +08:00
|
|
|
"android-versions": "^1.3.0",
|
2017-11-29 03:31:04 +08:00
|
|
|
"cordova-common": "^2.2.0",
|
2017-04-03 06:11:17 +08:00
|
|
|
"elementtree": "0.1.6",
|
2016-11-03 07:32:15 +08:00
|
|
|
"nopt": "^3.0.1",
|
|
|
|
"properties-parser": "^0.2.3",
|
|
|
|
"q": "^1.4.1",
|
|
|
|
"shelljs": "^0.5.3"
|
|
|
|
},
|
|
|
|
"bundledDependencies": [
|
2017-10-06 04:17:31 +08:00
|
|
|
"android-versions",
|
2016-11-03 07:32:15 +08:00
|
|
|
"cordova-common",
|
|
|
|
"elementtree",
|
|
|
|
"nopt",
|
|
|
|
"properties-parser",
|
|
|
|
"q",
|
|
|
|
"shelljs"
|
|
|
|
],
|
|
|
|
"devDependencies": {
|
2017-06-14 02:42:20 +08:00
|
|
|
"eslint": "^3.19.0",
|
2017-06-10 02:18:57 +08:00
|
|
|
"eslint-config-semistandard": "^11.0.0",
|
|
|
|
"eslint-config-standard": "^10.2.1",
|
|
|
|
"eslint-plugin-import": "^2.3.0",
|
|
|
|
"eslint-plugin-node": "^5.0.0",
|
|
|
|
"eslint-plugin-promise": "^3.5.0",
|
|
|
|
"eslint-plugin-standard": "^3.0.1",
|
2016-11-03 07:32:15 +08:00
|
|
|
"istanbul": "^0.4.2",
|
2018-06-18 13:07:32 +08:00
|
|
|
"jasmine": "^3.1.0",
|
2018-06-19 05:48:02 +08:00
|
|
|
"npm-run-all": "^4.1.3",
|
2016-11-03 07:32:15 +08:00
|
|
|
"promise-matchers": "~0",
|
|
|
|
"rewire": "^2.1.3"
|
2017-04-06 04:59:27 +08:00
|
|
|
},
|
|
|
|
"engines": {
|
2018-06-13 22:09:12 +08:00
|
|
|
"node": ">=6.0.0"
|
2017-04-06 04:59:27 +08:00
|
|
|
},
|
|
|
|
"engineStrict": true
|
2017-06-10 02:18:57 +08:00
|
|
|
}
|