2015-10-21 07:15:57 +08:00
|
|
|
{
|
2016-11-03 07:32:15 +08:00
|
|
|
"name": "cordova-android",
|
2017-05-03 07:19:19 +08:00
|
|
|
"version": "6.3.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": {
|
|
|
|
"url": "https://issues.apache.org/jira/browse/CB"
|
|
|
|
},
|
2016-11-03 07:32:15 +08:00
|
|
|
"keywords": [
|
|
|
|
"android",
|
|
|
|
"cordova",
|
|
|
|
"apache"
|
|
|
|
],
|
|
|
|
"scripts": {
|
2017-06-28 01:02:38 +08:00
|
|
|
"test": "npm run eslint && npm run unit-tests && npm run e2e-tests",
|
|
|
|
"unit-tests": "jasmine --config=spec/unit/jasmine.json",
|
|
|
|
"cover": "istanbul cover --root bin/templates/cordova --print detail jasmine -- --config=spec/unit/jasmine.json",
|
|
|
|
"e2e-tests": "jasmine --config=spec/e2e/jasmine.json",
|
2017-06-10 02:18:57 +08:00
|
|
|
"eslint": "eslint bin && eslint spec"
|
2016-11-03 07:32:15 +08:00
|
|
|
},
|
|
|
|
"author": "Apache Software Foundation",
|
|
|
|
"license": "Apache-2.0",
|
|
|
|
"dependencies": {
|
2017-03-15 04:12:57 +08:00
|
|
|
"cordova-common": "^2.0.1",
|
2017-04-03 06:11:17 +08:00
|
|
|
"elementtree": "0.1.6",
|
2016-11-03 07:32:15 +08:00
|
|
|
"nopt": "^3.0.1",
|
|
|
|
"properties-parser": "^0.2.3",
|
|
|
|
"q": "^1.4.1",
|
|
|
|
"shelljs": "^0.5.3"
|
|
|
|
},
|
|
|
|
"bundledDependencies": [
|
|
|
|
"cordova-common",
|
|
|
|
"elementtree",
|
|
|
|
"nopt",
|
|
|
|
"properties-parser",
|
|
|
|
"q",
|
|
|
|
"shelljs"
|
|
|
|
],
|
|
|
|
"devDependencies": {
|
2017-06-14 02:42:20 +08:00
|
|
|
"eslint": "^3.19.0",
|
2017-06-10 02:18:57 +08: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-03 07:32:15 +08:00
|
|
|
"istanbul": "^0.4.2",
|
2017-06-28 01:02:38 +08:00
|
|
|
"jasmine": "~2.6.0",
|
2016-11-03 07:32:15 +08:00
|
|
|
"promise-matchers": "~0",
|
|
|
|
"rewire": "^2.1.3"
|
2017-04-06 04:59:27 +08:00
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"node": ">=4.0.0"
|
|
|
|
},
|
|
|
|
"engineStrict": true
|
2017-06-10 02:18:57 +08:00
|
|
|
}
|