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