cordova-android/package.json

61 lines
1.7 KiB
JSON
Raw Normal View History

2015-10-21 07:15:57 +08:00
{
2016-11-03 07:32:15 +08:00
"name": "cordova-android",
"version": "8.0.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",
"url": "https://github.com/apache/cordova-android"
2016-11-03 07:32:15 +08:00
},
"bugs": {
"url": "https://issues.apache.org/jira/browse/CB"
},
2016-11-03 07:32:15 +08:00
"keywords": [
"android",
"cordova",
"apache"
],
"scripts": {
"test": "run-s eslint unit-tests java-unit-tests e2e-tests",
"unit-tests": "jasmine --config=spec/unit/jasmine.json",
"cover": "istanbul cover --root bin --print detail jasmine -- --config=spec/unit/jasmine.json",
"e2e-tests": "jasmine --config=spec/e2e/jasmine.json",
"java-unit-tests": "node test/run_java_unit_tests.js",
"eslint": "run-s -c eslint:*",
"eslint:scripts": "eslint bin spec test",
"eslint:bins": "eslint 'bin/**/*' --ignore-pattern '**/*.*' --ignore-pattern '**/gitignore' --ignore-pattern 'bin/templates/cordova/version'"
2016-11-03 07:32:15 +08:00
},
"author": "Apache Software Foundation",
"license": "Apache-2.0",
"dependencies": {
"android-versions": "^1.3.0",
2019-01-08 13:28:53 +08:00
"cordova-common": "^3.1.0",
2019-01-08 14:35:49 +08:00
"elementtree": "^0.1.7",
"nopt": "^4.0.1",
"properties-parser": "^0.3.1",
2016-11-03 07:32:15 +08:00
"q": "^1.4.1",
"shelljs": "^0.5.3"
},
"devDependencies": {
"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",
2016-11-03 07:32:15 +08:00
"istanbul": "^0.4.2",
"jasmine": "^3.3.1",
"npm-run-all": "^4.1.5",
2016-11-03 07:32:15 +08:00
"promise-matchers": "~0",
"rewire": "^4.0.1"
},
"engines": {
"node": ">=6.0.0"
},
"engineStrict": true
}