mirror of
https://github.com/arnaucube/openEventsPlatformApp.git
synced 2026-02-07 11:46:39 +01:00
implemented upload file image for new event
This commit is contained in:
58
plugins/cordova-plugin-file/package.json
Normal file
58
plugins/cordova-plugin-file/package.json
Normal file
@@ -0,0 +1,58 @@
|
||||
{
|
||||
"name": "cordova-plugin-file",
|
||||
"version": "4.3.3",
|
||||
"description": "Cordova File Plugin",
|
||||
"types": "./types/index.d.ts",
|
||||
"cordova": {
|
||||
"id": "cordova-plugin-file",
|
||||
"platforms": [
|
||||
"android",
|
||||
"amazon-fireos",
|
||||
"ubuntu",
|
||||
"ios",
|
||||
"osx",
|
||||
"wp7",
|
||||
"wp8",
|
||||
"blackberry10",
|
||||
"windows8",
|
||||
"windows",
|
||||
"firefoxos"
|
||||
]
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/apache/cordova-plugin-file"
|
||||
},
|
||||
"keywords": [
|
||||
"cordova",
|
||||
"file",
|
||||
"ecosystem:cordova",
|
||||
"cordova-android",
|
||||
"cordova-amazon-fireos",
|
||||
"cordova-ubuntu",
|
||||
"cordova-ios",
|
||||
"cordova-osx",
|
||||
"cordova-wp7",
|
||||
"cordova-wp8",
|
||||
"cordova-blackberry10",
|
||||
"cordova-windows8",
|
||||
"cordova-windows",
|
||||
"cordova-firefoxos"
|
||||
],
|
||||
"scripts": {
|
||||
"test": "npm run jshint",
|
||||
"jshint": "node node_modules/jshint/bin/jshint www && node node_modules/jshint/bin/jshint src && node node_modules/jshint/bin/jshint tests"
|
||||
},
|
||||
"author": "Apache Software Foundation",
|
||||
"license": "Apache-2.0",
|
||||
"engines": {
|
||||
"cordovaDependencies": {
|
||||
"5.0.0": {
|
||||
"cordova": ">100"
|
||||
}
|
||||
}
|
||||
},
|
||||
"devDependencies": {
|
||||
"jshint": "^2.6.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user