2015-10-20 16:15:57 -07:00
|
|
|
{
|
2016-11-02 16:32:15 -07:00
|
|
|
"name": "cordova-android",
|
2020-01-06 12:07:05 +09:00
|
|
|
"version": "9.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",
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2017-06-01 09:48:24 -07:00
|
|
|
"url": "https://github.com/apache/cordova-android"
|
2016-11-02 16:32:15 -07:00
|
|
|
},
|
2017-05-24 00:54:03 +02:00
|
|
|
"bugs": {
|
2019-01-11 13:05:45 +09:00
|
|
|
"url": "https://github.com/apache/cordova-android/issues"
|
2017-05-24 00:54:03 +02:00
|
|
|
},
|
2016-11-02 16:32:15 -07:00
|
|
|
"keywords": [
|
|
|
|
"android",
|
|
|
|
"cordova",
|
|
|
|
"apache"
|
|
|
|
],
|
|
|
|
"scripts": {
|
2019-01-08 15:50:41 +09:00
|
|
|
"test": "npm run eslint && npm run cover && npm run java-unit-tests",
|
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",
|
2019-10-21 18:26:17 +02:00
|
|
|
"eslint": "eslint . \"bin/**/!(*.*|gitignore)\""
|
2016-11-02 16:32:15 -07:00
|
|
|
},
|
|
|
|
"author": "Apache Software Foundation",
|
|
|
|
"license": "Apache-2.0",
|
|
|
|
"dependencies": {
|
2019-09-11 11:34:33 +09:00
|
|
|
"android-versions": "^1.4.0",
|
2019-07-18 11:59:54 +02:00
|
|
|
"compare-func": "^1.3.2",
|
2019-09-11 11:34:33 +09:00
|
|
|
"cordova-common": "^3.2.0",
|
2020-01-06 23:15:22 +01:00
|
|
|
"execa": "^3.2.0",
|
2019-01-08 15:35:49 +09:00
|
|
|
"nopt": "^4.0.1",
|
|
|
|
"properties-parser": "^0.3.1",
|
2016-11-02 16:32:15 -07:00
|
|
|
"shelljs": "^0.5.3"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
2019-01-08 14:31:14 +09:00
|
|
|
"eslint": "^5.12.0",
|
|
|
|
"eslint-config-semistandard": "^13.0.0",
|
|
|
|
"eslint-config-standard": "^12.0.0",
|
|
|
|
"eslint-plugin-import": "^2.14.0",
|
|
|
|
"eslint-plugin-node": "^8.0.1",
|
|
|
|
"eslint-plugin-promise": "^4.0.1",
|
|
|
|
"eslint-plugin-standard": "^4.0.0",
|
2019-11-03 21:44:16 +01:00
|
|
|
"jasmine": "^3.5.0",
|
2019-07-14 15:36:46 -04:00
|
|
|
"jasmine-spec-reporter": "^4.2.1",
|
2019-07-12 01:46:55 -04:00
|
|
|
"nyc": "^14.1.1",
|
2019-01-08 14:31:14 +09:00
|
|
|
"rewire": "^4.0.1"
|
2017-04-05 13:59:27 -07:00
|
|
|
},
|
|
|
|
"engines": {
|
2020-01-06 12:10:03 +09:00
|
|
|
"node": ">=10.0.0"
|
2017-04-05 13:59:27 -07:00
|
|
|
},
|
2019-01-08 15:36:54 +09:00
|
|
|
"engineStrict": true,
|
|
|
|
"nyc": {
|
|
|
|
"include": [
|
|
|
|
"bin/lib/**",
|
|
|
|
"bin/templates/cordova/**"
|
|
|
|
],
|
|
|
|
"reporter": [
|
|
|
|
"lcov",
|
|
|
|
"text"
|
|
|
|
]
|
|
|
|
}
|
2017-06-09 11:18:57 -07:00
|
|
|
}
|