forked from terikon/cordova-plugin-photo-library
-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
24 lines (24 loc) · 787 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
{
"name": "cordova-plugin-save-to-camera-roll",
"version": "4.0.1",
"description": "Cordova plugin that saves images and videos to the ios camera ",
"repository": {
"type": "git",
"url": "git+https://github.com/mattlewis92/cordova-plugin-photo-library.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/mattlewis92/cordova-plugin-photo-library/issues"
},
"homepage": "https://github.com/mattlewis92/cordova-plugin-photo-library#readme",
"devDependencies": {
"eslint": "^3.14.1",
"@types/cordova": "^0.0.34",
"@types/jasmine": "^2.5.41",
"es5-shim": "4.5.9",
"es6-shim": "0.35.3",
"es7-shim": "6.0.0",
"blueimp-canvastoblob": "2.1.0",
"cordova-paramedic": "https://github.com/apache/cordova-paramedic.git"
}
}