2015-10-21 07:15:57 +08:00
|
|
|
{
|
2016-11-03 07:32:15 +08:00
|
|
|
"name": "cordova-android",
|
2019-09-11 12:58:04 +08:00
|
|
|
"version": "8.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": {
|
2019-01-11 12:05:45 +08:00
|
|
|
"url": "https://github.com/apache/cordova-android/issues"
|
2017-05-24 06:54:03 +08:00
|
|
|
},
|
2016-11-03 07:32:15 +08:00
|
|
|
"keywords": [
|
|
|
|
"android",
|
|
|
|
"cordova",
|
|
|
|
"apache"
|
|
|
|
],
|
|
|
|
"scripts": {
|
2019-01-08 14:50:41 +08:00
|
|
|
"test": "npm run eslint && npm run cover && npm run java-unit-tests",
|
2017-06-28 01:02:38 +08:00
|
|
|
"unit-tests": "jasmine --config=spec/unit/jasmine.json",
|
2019-01-08 14:50:41 +08:00
|
|
|
"cover": "nyc jasmine --config=spec/coverage.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",
|
2019-10-22 00:26:17 +08:00
|
|
|
"eslint": "eslint . \"bin/**/!(*.*|gitignore)\""
|
2016-11-03 07:32:15 +08:00
|
|
|
},
|
|
|
|
"author": "Apache Software Foundation",
|
|
|
|
"license": "Apache-2.0",
|
|
|
|
"dependencies": {
|
2019-09-11 10:34:33 +08:00
|
|
|
"android-versions": "^1.4.0",
|
2019-07-18 17:59:54 +08:00
|
|
|
"compare-func": "^1.3.2",
|
2019-09-11 10:34:33 +08:00
|
|
|
"cordova-common": "^3.2.0",
|
2019-01-08 14:35:49 +08:00
|
|
|
"nopt": "^4.0.1",
|
|
|
|
"properties-parser": "^0.3.1",
|
2019-09-11 10:34:33 +08:00
|
|
|
"q": "^1.5.1",
|
2016-11-03 07:32:15 +08:00
|
|
|
"shelljs": "^0.5.3"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
2019-01-08 13:31:14 +08: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",
|
|
|
|
"jasmine": "^3.3.1",
|
2019-07-15 03:36:46 +08:00
|
|
|
"jasmine-spec-reporter": "^4.2.1",
|
2019-07-12 13:46:55 +08:00
|
|
|
"nyc": "^14.1.1",
|
2019-01-08 13:31:14 +08:00
|
|
|
"rewire": "^4.0.1"
|
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
|
|
|
},
|
2019-01-08 14:36:54 +08:00
|
|
|
"engineStrict": true,
|
|
|
|
"nyc": {
|
|
|
|
"include": [
|
|
|
|
"bin/lib/**",
|
|
|
|
"bin/templates/cordova/**"
|
|
|
|
],
|
|
|
|
"reporter": [
|
|
|
|
"lcov",
|
|
|
|
"text"
|
|
|
|
]
|
|
|
|
}
|
2017-06-10 02:18:57 +08:00
|
|
|
}
|