forked from timbru31/cordova-plugin-lottie-splashscreen
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.26 KB
/
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "cordova-plugin-lottie-splashscreen",
"version": "0.4.2",
"description": "LottieSplashScreen Plugin",
"author": "Tim Brust <[email protected]>",
"license": "MIT",
"scripts": {
"build": "tsc",
"lint": "tslint -c tslint.json 'www/**/*.ts' && swiftlint",
"prepublishOnly": "npm run build",
"release": "standard-version"
},
"devDependencies": {
"@types/cordova": "^0.0.34",
"standard-version": "^4.4.0",
"tslint": "^5.12.1",
"typescript": "^3.2.2"
},
"cordova": {
"id": "cordova-plugin-lottie-splashscreen",
"platforms": [
"android",
"ios"
]
},
"engines": {
"cordovaDependencies": {
"0.2.0": {
"cordova": ">= 6.4.0",
"cordova-android": ">=7.0.0",
"cordova-ios": ">=4.3.0"
},
"0.1.3": {
"cordova": ">= 6.4.0",
"cordova-ios": ">=4.3.0"
}
}
},
"keywords": [
"cordova",
"cordova-plugin",
"ecosystem:cordova",
"cordova-android",
"cordova-ios",
"lottie",
"lottie-android",
"lottie-ios",
"bodymovin",
"swift",
"kotlin"
],
"repository": "timbru31/cordova-plugin-lottie-splashscreen",
"bugs": {
"url": "https://github.com/timbru31/cordova-plugin-lottie-splashscreen/issues"
}
}