-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
117 lines (117 loc) · 8.07 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
{
"name": "awesome-cordova-library",
"version": "1.0.0",
"description": "Awesome library to help to use Cordova",
"main": "index.js",
"scripts": {
"lint:device": "cd device && npm run lint",
"lint:localstorage": "cd localStorage && npm run lint",
"lint:nativeaudio": "cd nativeaudio && npm run lint",
"lint:screenorientation": "cd screen-orientation && npm run lint",
"lint:socialsharing": "cd social-sharing && npm run lint",
"lint:splashscreen": "cd splashscreen && npm run lint",
"lint:statusbar": "cd statusbar && npm run lint",
"lint:vibration": "cd vibration && npm run lint",
"lint:globalization": "cd globalization && npm run lint",
"lint:inappbrowser": "cd inappbrowser && npm run lint",
"lint:dialogs": "cd dialogs && npm run lint",
"lint:ratedialog": "cd ratedialog && npm run lint",
"lint:batterystatus": "cd batterystatus && npm run lint",
"lint:camera": "cd camera && npm run lint",
"lint:networkinformation": "cd network-information && npm run lint",
"lint:geolocation": "cd geolocation && npm run lint",
"lint:onesignal": "cd onesignal && npm run lint",
"lint:shake": "cd shake && npm run lint",
"lint:tapticengine": "cd taptic-engine && npm run lint",
"lint:appversion": "cd appversion && npm run lint",
"lint:imageresizer": "cd image-resizer && npm run lint",
"lint:compressorimage": "cd compressor-image && npm run lint",
"lint:oidc": "cd oidc && npm run lint",
"test:device": "cd device && npm test",
"test:localstorage": "cd localStorage && npm test",
"test:nativeaudio": "cd nativeaudio && npm test",
"test:screenorientation": "cd screen-orientation && npm test",
"test:socialsharing": "cd social-sharing && npm test",
"test:splashscreen": "cd splashscreen && npm test",
"test:statusbar": "cd statusbar && npm test",
"test:vibration": "cd vibration && npm test",
"test:globalization": "cd globalization && npm test",
"test:inappbrowser": "cd inappbrowser && npm test",
"test:dialogs": "cd dialogs && npm test",
"test:batterystatus": "cd batterystatus && npm test",
"test:camera": "cd camera && npm test",
"test:networkinformation": "cd network-information && npm test",
"test:geolocation": "cd geolocation && npm test",
"test:shake": "cd shake && npm test",
"test:tapticengine": "cd taptic-engine && npm test",
"test:appversion": "cd appversion && npm test",
"test:oidc": "cd oidc && npm test",
"install:device": "cd device && npm install",
"install:localstorage": "cd localStorage && npm install",
"install:nativeaudio": "cd nativeaudio && npm install",
"install:screenorientation": "cd screen-orientation && npm install",
"install:socialsharing": "cd social-sharing && npm install",
"install:splashscreen": "cd splashscreen && npm install",
"install:statusbar": "cd statusbar && npm install",
"install:vibration": "cd vibration && npm install",
"install:globalization": "cd globalization && npm install",
"install:inappbrowser": "cd inappbrowser && npm install",
"install:dialogs": "cd dialogs && npm install",
"install:ratedialog": "cd ratedialog && npm install",
"install:batterystatus": "cd batterystatus && npm install",
"install:camera": "cd camera && npm install",
"install:networkinformation": "cd network-information && npm install",
"install:geolocation": "cd geolocation && npm install",
"install:onesignal": "cd onesignal && npm install",
"install:shake": "cd shake && npm install",
"install:tapticengine": "cd taptic-engine && npm install",
"install:appversion": "cd appversion && npm install",
"install:imageresizer": "cd image-resizer && npm install",
"install:compressorimage": "cd compressor-image && npm install",
"install:oidc": "cd oidc && npm install",
"build:device": "cd device && npm run build",
"build:localstorage": "cd localStorage && npm run build",
"build:nativeaudio": "cd nativeaudio && npm run build",
"build:screenorientation": "cd screen-orientation && npm run build",
"build:socialsharing": "cd social-sharing && npm run build",
"build:splashscreen": "cd splashscreen && npm run build",
"build:statusbar": "cd statusbar && npm run build",
"build:vibration": "cd vibration && npm run build",
"build:globalization": "cd globalization && npm run build",
"build:inappbrowser": "cd inappbrowser && npm run build",
"build:dialogs": "cd dialogs && npm run build",
"build:ratedialog": "cd ratedialog && npm run build",
"build:batterystatus": "cd batterystatus && npm run build",
"build:camera": "cd batterystatus && npm run build",
"build:networkinformation": "cd network-information && npm run build",
"build:geolocation": "cd geolocation && npm run build",
"build:onesignal": "cd onesignal && npm run build",
"build:shake": "cd shake && npm run build",
"build:tapticengine": "cd taptic-engine && npm run build",
"build:appversion": "cd appversion && npm run build",
"build:imageresizer": "cd image-resizer && npm run build",
"build:compressorimage": "cd compressor-image && npm run build",
"build:oidc": "cd oidc && npm run build",
"build": "npm run build:device && npm run build:localstorage && npm run build:nativeaudio && npm run build:screenorientation && npm run build:socialsharing && npm run build:splashscreen && npm run build:statusbar && npm run build:vibration && npm run build:globalization && npm run build:inappbrowser && npm run build:dialogs && npm run build:ratedialog && npm run build:batterystatus && npm run build:camera && npm run build:networkinformation && npm run build:geolocation && npm run build:onesignal && npm run build:shake && npm run build:tapticengine && npm run build:appversion && npm run build:imageresizer && npm run build:compressorimage && npm run build:oidc",
"install": "npm run install:device && npm run install:localstorage && npm run install:nativeaudio && npm run install:screenorientation && npm run install:socialsharing && npm run install:splashscreen && npm run install:statusbar && npm run install:vibration && npm run install:globalization && npm run install:inappbrowser && npm run install:dialogs && npm run install:ratedialog && npm run install:batterystatus && npm run install:camera && npm run install:networkinformation && npm run install:geolocation && npm run install:onesignal && npm run install:shake && npm run install:tapticengine && npm run install:appversion && npm run install:imageresizer && npm run install:compressorimage && npm run install:oidc",
"test": "npm run test:device && npm run test:localstorage && npm run test:nativeaudio && npm run test:screenorientation && npm run test:socialsharing && npm run test:splashscreen && npm run test:statusbar && npm run test:vibration && npm run test:globalization && npm run test:inappbrowser && npm run test:dialogs && npm run test:batterystatus && npm run test:camera && npm run test:networkinformation && npm run test:geolocation && npm run test:shake && npm run test:tapticengine && npm run test:appversion && npm run test:oidc",
"lint": "npm run lint:device && npm run lint:localstorage && npm run lint:nativeaudio && npm run lint:screenorientation && npm run lint:socialsharing && npm run lint:splashscreen && npm run lint:statusbar && npm run lint:vibration && npm run lint:globalization && npm run lint:inappbrowser && npm run lint:dialogs && npm run lint:ratedialog && npm run lint:batterystatus && npm run lint:camera && npm run lint:networkinformation && npm run lint:geolocation && npm run lint:onesignal && npm run lint:shake && npm run lint:tapticengine && npm run lint:appversion && npm run lint:imageresizer && npm run lint:compressorimage && npm run lint:oidc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/joazco/awesome-cordova-library.git"
},
"keywords": [
"cordova",
"pwa",
"mobile",
"ios",
"android"
],
"author": "AZOULAY Jordan <[email protected]>",
"license": "ISC",
"bugs": {
"url": "https://github.com/joazco/awesome-cordova-library/issues"
},
"homepage": "https://github.com/joazco/awesome-cordova-library#readme"
}