forked from apache/cordova-plugin-file-transfer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 839 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
34
35
36
37
38
{
"name": "cordova-plugin-file-transfer",
"version": "1.5.1-dev",
"description": "Cordova File Transfer Plugin",
"cordova": {
"id": "cordova-plugin-file-transfer",
"platforms": [
"android",
"ios"
]
},
"scripts": {
"test": "npm run lint && npm run style",
"lint": "jshint www && jshint src && jshint tests",
"style": "jscs tests/tests.js"
},
"repository": {
"type": "git",
"url": "https://github.com/apache/cordova-plugin-file-transfer"
},
"keywords": [
"cordova",
"file",
"transfer",
"ecosystem:cordova",
"cordova-android",
"cordova-ios"
],
"peerDependencies": {
"cordova-plugin-file": "^3.0.0"
},
"author": "Apache Software Foundation",
"license": "Apache-2.0",
"devDependencies": {
"jscs": "^2.6.0",
"jshint": "^2.8.0"
}
}