forked from apache/cordova-plugin-media-capture
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
33 lines (33 loc) · 750 Bytes
/
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
{
"name": "cordova-plugin-media-capture-landscape-only",
"version": "1.0.0",
"description": "Cordova Landscape Only Media Capture Plugin",
"cordova": {
"id": "cordova-plugin-media-capture-landscape-only",
"platforms": [
"android",
"ios"
]
},
"repository": {
"type": "git",
"url": "https://github.com/harshitgupta/cordova-plugin-media-capture-landscape-only.git"
},
"keywords": [
"cordova",
"media",
"capture",
"ecosystem:cordova",
"cordova-android",
"cordova-ios"
],
"scripts": {
"test": "npm run jshint",
"jshint": "jshint www && jshint src && jshint tests"
},
"author": "Harshit Gupta",
"license": "None",
"devDependencies": {
"jshint": "^2.6.0"
}
}