2015-02-25 15:02:44 +08:00
|
|
|
{
|
|
|
|
"name": "cordova-plugin-camera",
|
2018-01-26 03:47:20 +08:00
|
|
|
"version": "4.0.3-dev",
|
2015-02-25 15:02:44 +08:00
|
|
|
"description": "Cordova Camera Plugin",
|
2017-01-19 20:50:44 +08:00
|
|
|
"types": "./types/index.d.ts",
|
2015-02-25 15:02:44 +08:00
|
|
|
"cordova": {
|
2015-04-01 07:39:18 +08:00
|
|
|
"id": "cordova-plugin-camera",
|
2015-02-25 15:02:44 +08:00
|
|
|
"platforms": [
|
|
|
|
"android",
|
|
|
|
"ios",
|
|
|
|
"browser",
|
2017-10-10 23:11:10 +08:00
|
|
|
"windows",
|
|
|
|
"osx"
|
2015-02-25 15:02:44 +08:00
|
|
|
]
|
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2015-06-18 05:14:41 +08:00
|
|
|
"url": "https://github.com/apache/cordova-plugin-camera"
|
2015-02-25 15:02:44 +08:00
|
|
|
},
|
2017-05-25 03:11:53 +08:00
|
|
|
"bugs": {
|
2017-05-25 18:35:40 +08:00
|
|
|
"url": "https://issues.apache.org/jira/browse/CB"
|
2017-05-25 03:11:53 +08:00
|
|
|
},
|
2015-02-25 15:02:44 +08:00
|
|
|
"keywords": [
|
|
|
|
"cordova",
|
|
|
|
"camera",
|
|
|
|
"ecosystem:cordova",
|
|
|
|
"cordova-android",
|
|
|
|
"cordova-ios",
|
|
|
|
"cordova-browser",
|
2017-10-10 23:11:10 +08:00
|
|
|
"cordova-windows",
|
|
|
|
"cordova-osx"
|
2015-02-25 15:02:44 +08:00
|
|
|
],
|
2015-10-05 18:48:19 +08:00
|
|
|
"scripts": {
|
|
|
|
"precommit": "npm run gen-docs && git add README.md",
|
2016-02-18 20:18:09 +08:00
|
|
|
"gen-docs": "jsdoc2md --template \"jsdoc2md/TEMPLATE.md\" \"www/**/*.js\" --plugin \"dmd-plugin-cordova-plugin\" > README.md",
|
2017-06-10 05:51:30 +08:00
|
|
|
"test": "npm run eslint",
|
|
|
|
"eslint": "node node_modules/eslint/bin/eslint www && node node_modules/eslint/bin/eslint src && node node_modules/eslint/bin/eslint tests"
|
2015-10-05 18:48:19 +08:00
|
|
|
},
|
2015-02-25 15:02:44 +08:00
|
|
|
"author": "Apache Software Foundation",
|
2016-02-06 18:16:08 +08:00
|
|
|
"license": "Apache-2.0",
|
2016-08-31 21:17:38 +08:00
|
|
|
"engines": {
|
|
|
|
"cordovaDependencies": {
|
|
|
|
"3.0.0": {
|
2017-10-18 23:37:29 +08:00
|
|
|
"cordova-android": ">=6.3.0"
|
2017-11-01 18:00:21 +08:00
|
|
|
},
|
2017-12-27 07:00:45 +08:00
|
|
|
"5.0.0": {
|
2017-11-01 18:00:21 +08:00
|
|
|
"cordova": ">100"
|
2016-08-31 21:17:38 +08:00
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
2015-10-05 18:48:19 +08:00
|
|
|
"devDependencies": {
|
|
|
|
"dmd-plugin-cordova-plugin": "^0.1.0",
|
2017-07-15 05:19:05 +08:00
|
|
|
"eslint": "^4.3.0",
|
2017-06-10 05:51:30 +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",
|
2015-10-05 18:48:19 +08:00
|
|
|
"husky": "^0.10.1",
|
2017-06-10 05:51:30 +08:00
|
|
|
"jsdoc-to-markdown": "^1.2.0"
|
2015-10-05 18:48:19 +08:00
|
|
|
}
|
2015-02-25 15:02:44 +08:00
|
|
|
}
|