forked from apache/cordova-plugin-media-capture
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.02 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"name": "@athleticnet/cordova-plugin-media-capture",
"version": "5.0.12",
"description": "Cordova Media Capture Plugin",
"types": "./types/index.d.ts",
"cordova": {
"id": "cordova-plugin-media-capture",
"platforms": [
"android",
"ios",
"windows",
"browser"
]
},
"bugs": "https://github.com/apache/cordova-plugin-media-capture/issues",
"keywords": [
"cordova",
"media",
"capture",
"ecosystem:cordova",
"cordova-android",
"cordova-ios",
"cordova-windows"
],
"scripts": {
"test": "npm run lint",
"lint": "eslint .",
"ppatch": "npm version patch && npm publish",
"pminor": "npm version minor && npm publish"
},
"author": "Apache Software Foundation",
"license": "Apache-2.0",
"devDependencies": {
"@cordova/eslint-config": "^5.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AthleticNet/cordova-plugin-media-capture.git"
},
"publishConfig": {
"registry": "https://npm.pkg.github.com"
}
}