2015-10-20 16:15:57 -07:00
|
|
|
{
|
2016-11-02 16:32:15 -07:00
|
|
|
"name": "cordova-android",
|
2018-02-21 10:52:01 -08:00
|
|
|
"version": "7.2.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": {
|
|
|
|
"url": "https://issues.apache.org/jira/browse/CB"
|
|
|
|
},
|
2016-11-02 16:32:15 -07:00
|
|
|
"keywords": [
|
|
|
|
"android",
|
|
|
|
"cordova",
|
|
|
|
"apache"
|
|
|
|
],
|
|
|
|
"scripts": {
|
2018-06-18 23:48:02 +02:00
|
|
|
"test": "run-s eslint unit-tests java-unit-tests e2e-tests",
|
2017-06-27 12:02:38 -05:00
|
|
|
"unit-tests": "jasmine --config=spec/unit/jasmine.json",
|
2017-07-11 12:25:12 -05:00
|
|
|
"cover": "istanbul cover --root bin --print detail jasmine -- --config=spec/unit/jasmine.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",
|
2018-06-18 23:48:02 +02:00
|
|
|
"eslint": "run-s -c eslint:*",
|
|
|
|
"eslint:scripts": "eslint bin spec test",
|
|
|
|
"eslint:bins": "eslint 'bin/**/*' --ignore-pattern '**/*.*' --ignore-pattern '**/gitignore'"
|
2016-11-02 16:32:15 -07:00
|
|
|
},
|
|
|
|
"author": "Apache Software Foundation",
|
|
|
|
"license": "Apache-2.0",
|
|
|
|
"dependencies": {
|
2018-01-25 20:03:00 +02:00
|
|
|
"android-versions": "^1.3.0",
|
2017-11-28 11:31:04 -08:00
|
|
|
"cordova-common": "^2.2.0",
|
2017-04-02 17:11:17 -05:00
|
|
|
"elementtree": "0.1.6",
|
2016-11-02 16:32:15 -07:00
|
|
|
"nopt": "^3.0.1",
|
|
|
|
"properties-parser": "^0.2.3",
|
|
|
|
"q": "^1.4.1",
|
|
|
|
"shelljs": "^0.5.3"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
2017-06-13 11:42:20 -07:00
|
|
|
"eslint": "^3.19.0",
|
2017-06-09 11:18:57 -07: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-02 16:32:15 -07:00
|
|
|
"istanbul": "^0.4.2",
|
2018-06-18 14:07:32 +09:00
|
|
|
"jasmine": "^3.1.0",
|
2018-06-18 23:48:02 +02:00
|
|
|
"npm-run-all": "^4.1.3",
|
2016-11-02 16:32:15 -07:00
|
|
|
"promise-matchers": "~0",
|
|
|
|
"rewire": "^2.1.3"
|
2017-04-05 13:59:27 -07:00
|
|
|
},
|
|
|
|
"engines": {
|
2018-06-13 16:09:12 +02:00
|
|
|
"node": ">=6.0.0"
|
2017-04-05 13:59:27 -07:00
|
|
|
},
|
|
|
|
"engineStrict": true
|
2017-06-09 11:18:57 -07:00
|
|
|
}
|