cordova-plugin-file-transfer/package.json
2020-08-31 15:40:17 +00:00

46 lines
1020 B
JSON

{
"name": "cordova-plugin-file-transfer",
"version": "2.0.0-dev",
"description": "Cordova File Transfer Plugin",
"types": "./types/index.d.ts",
"cordova": {
"id": "cordova-plugin-file-transfer",
"platforms": [
"android",
"ios",
"windows",
"browser"
]
},
"scripts": {
"test": "npm run lint && npm run style",
"lint": "jshint www && jshint src && jshint tests",
"style": "jscs tests/tests.js"
},
"repository": "github:apache/cordova-plugin-file-transfer",
"bugs": "https://github.com/apache/cordova-plugin-file-transfer/issues",
"keywords": [
"cordova",
"file",
"transfer",
"ecosystem:cordova",
"cordova-android",
"cordova-ios",
"cordova-windows",
"cordova-browser"
],
"author": "Apache Software Foundation",
"license": "Apache-2.0",
"engines": {
"cordovaDependencies": {
"2.0.0": {
"cordova": ">100"
}
}
},
"devDependencies": {
"jscs": "^2.6.0",
"jshint": "^2.8.0"
}
}