You've already forked mattlution
'初始化提交'
This commit is contained in:
50
plugins/cordova-plugin-file/package.json
Normal file
50
plugins/cordova-plugin-file/package.json
Normal file
@@ -0,0 +1,50 @@
|
||||
{
|
||||
"name": "cordova-plugin-file",
|
||||
"version": "7.0.0",
|
||||
"description": "Cordova File Plugin",
|
||||
"types": "./types/index.d.ts",
|
||||
"cordova": {
|
||||
"id": "cordova-plugin-file",
|
||||
"platforms": [
|
||||
"android",
|
||||
"browser",
|
||||
"ios",
|
||||
"osx",
|
||||
"windows"
|
||||
]
|
||||
},
|
||||
"repository": "github:apache/cordova-plugin-file",
|
||||
"bugs": "https://github.com/apache/cordova-plugin-file/issues",
|
||||
"keywords": [
|
||||
"cordova",
|
||||
"file",
|
||||
"ecosystem:cordova",
|
||||
"cordova-android",
|
||||
"cordova-browser",
|
||||
"cordova-ios",
|
||||
"cordova-osx",
|
||||
"cordova-windows"
|
||||
],
|
||||
"scripts": {
|
||||
"test": "npm run lint",
|
||||
"lint": "eslint ."
|
||||
},
|
||||
"author": "Apache Software Foundation",
|
||||
"license": "Apache-2.0",
|
||||
"engines": {
|
||||
"cordovaDependencies": {
|
||||
"5.0.0": {
|
||||
"cordova-android": ">=6.3.0"
|
||||
},
|
||||
"7.0.0": {
|
||||
"cordova-android": ">=10.0.0"
|
||||
},
|
||||
"8.0.0": {
|
||||
"cordova": ">100"
|
||||
}
|
||||
}
|
||||
},
|
||||
"devDependencies": {
|
||||
"@cordova/eslint-config": "^3.0.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user