2015-10-20 16:15:57 -07:00
|
|
|
{
|
2016-11-02 16:32:15 -07:00
|
|
|
"name": "cordova-android",
|
2021-04-13 15:34:00 +09:00
|
|
|
"version": "10.0.0-dev",
|
2016-11-02 16:32:15 -07:00
|
|
|
"description": "cordova-android release",
|
|
|
|
"bin": {
|
|
|
|
"create": "bin/create"
|
|
|
|
},
|
|
|
|
"main": "bin/templates/cordova/Api.js",
|
2020-04-15 11:53:22 +09:00
|
|
|
"repository": "github:apache/cordova-android",
|
|
|
|
"bugs": "https://github.com/apache/cordova-android/issues",
|
2016-11-02 16:32:15 -07:00
|
|
|
"keywords": [
|
|
|
|
"android",
|
|
|
|
"cordova",
|
|
|
|
"apache"
|
|
|
|
],
|
|
|
|
"scripts": {
|
2020-01-31 22:02:48 +09:00
|
|
|
"test": "npm run lint && npm run cover && npm run java-unit-tests",
|
2020-07-03 18:50:53 +02:00
|
|
|
"lint": "eslint . \"bin/**/!(*.*|gitignore)\"",
|
2017-06-27 12:02:38 -05:00
|
|
|
"unit-tests": "jasmine --config=spec/unit/jasmine.json",
|
2019-01-08 15:50:41 +09:00
|
|
|
"cover": "nyc jasmine --config=spec/coverage.json",
|
2017-06-27 12:02:38 -05:00
|
|
|
"e2e-tests": "jasmine --config=spec/e2e/jasmine.json",
|
2018-06-13 16:09:08 +02:00
|
|
|
"java-unit-tests": "node test/run_java_unit_tests.js",
|
2020-07-03 18:50:53 +02:00
|
|
|
"clean:java-unit-tests": "node test/clean.js"
|
2016-11-02 16:32:15 -07:00
|
|
|
},
|
|
|
|
"author": "Apache Software Foundation",
|
|
|
|
"license": "Apache-2.0",
|
|
|
|
"dependencies": {
|
2021-04-15 08:23:41 +09:00
|
|
|
"android-versions": "^1.6.0",
|
|
|
|
"cordova-common": "^4.0.2",
|
|
|
|
"execa": "^5.0.0",
|
|
|
|
"fast-glob": "^3.2.5",
|
|
|
|
"fs-extra": "^9.1.0",
|
|
|
|
"is-path-inside": "^3.0.3",
|
|
|
|
"nopt": "^5.0.0",
|
2019-01-08 15:35:49 +09:00
|
|
|
"properties-parser": "^0.3.1",
|
2021-04-15 08:23:41 +09:00
|
|
|
"semver": "^7.3.5",
|
2020-04-15 12:20:28 +09:00
|
|
|
"which": "^2.0.2"
|
2016-11-02 16:32:15 -07:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2020-04-15 12:36:40 +09:00
|
|
|
"@cordova/eslint-config": "^3.0.0",
|
2021-04-15 08:23:41 +09:00
|
|
|
"jasmine": "^3.7.0",
|
|
|
|
"jasmine-spec-reporter": "^7.0.0",
|
2020-06-10 09:27:11 -04:00
|
|
|
"nyc": "^15.1.0",
|
2020-04-15 12:20:28 +09:00
|
|
|
"rewire": "^5.0.0"
|
2017-04-05 13:59:27 -07:00
|
|
|
},
|
|
|
|
"engines": {
|
2020-10-06 10:12:04 -03:00
|
|
|
"node": ">=10.10.0"
|
2017-04-05 13:59:27 -07:00
|
|
|
},
|
2019-01-08 15:36:54 +09:00
|
|
|
"nyc": {
|
|
|
|
"include": [
|
|
|
|
"bin/lib/**",
|
|
|
|
"bin/templates/cordova/**"
|
|
|
|
],
|
|
|
|
"reporter": [
|
|
|
|
"lcov",
|
|
|
|
"text"
|
|
|
|
]
|
|
|
|
}
|
2017-06-09 11:18:57 -07:00
|
|
|
}
|