jvon_mobile/node_modules/cordova-android/package.json

96 lines
2.5 KiB
JSON

{
"_from": "cordova-android@^8.0.0",
"_id": "cordova-android@8.0.0",
"_inBundle": false,
"_integrity": "sha512-Ipv8HbVJpxEyYFSFLTEOaLRp0yxBtJVNbgSuDEB4naa34FzQaRWSNiiMcPJnO+x3hRXNt7pcwa46hARNzhn7+w==",
"_location": "/cordova-android",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "cordova-android@^8.0.0",
"name": "cordova-android",
"escapedName": "cordova-android",
"rawSpec": "^8.0.0",
"saveSpec": null,
"fetchSpec": "^8.0.0"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/cordova-android/-/cordova-android-8.0.0.tgz",
"_shasum": "1fbe05a914731df619522b9385d4d1b183c36bdb",
"_spec": "cordova-android@^8.0.0",
"_where": "/home/cromer/WebstormProjects/jvon-mobile",
"author": {
"name": "Apache Software Foundation"
},
"bin": {
"create": "bin/create"
},
"bugs": {
"url": "https://github.com/apache/cordova-android/issues"
},
"bundleDependencies": false,
"dependencies": {
"android-versions": "^1.3.0",
"cordova-common": "^3.1.0",
"elementtree": "^0.1.7",
"nopt": "^4.0.1",
"properties-parser": "^0.3.1",
"q": "^1.4.1",
"shelljs": "^0.5.3"
},
"deprecated": false,
"description": "cordova-android release",
"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",
"jasmine": "^3.3.1",
"nyc": "^13.1.0",
"rewire": "^4.0.1"
},
"engineStrict": true,
"engines": {
"node": ">=6.0.0"
},
"homepage": "https://github.com/apache/cordova-android#readme",
"keywords": [
"android",
"cordova",
"apache"
],
"license": "Apache-2.0",
"main": "bin/templates/cordova/Api.js",
"name": "cordova-android",
"nyc": {
"include": [
"bin/lib/**",
"bin/templates/cordova/**"
],
"reporter": [
"lcov",
"text"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/apache/cordova-android.git"
},
"scripts": {
"cover": "nyc jasmine --config=spec/coverage.json",
"e2e-tests": "jasmine --config=spec/e2e/jasmine.json",
"eslint": "eslint bin spec test",
"java-unit-tests": "node test/run_java_unit_tests.js",
"test": "npm run eslint && npm run cover && npm run java-unit-tests",
"unit-tests": "jasmine --config=spec/unit/jasmine.json"
},
"version": "8.0.0"
}