-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.36 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": "@spoonconsulting/cordova-plugin-spectrum",
"version": "2.0.1",
"description": "Cordova plugin for Spectrum image compression library",
"cordova": {
"id": "@spoonconsulting/cordova-plugin-spectrum",
"platforms": [
"android",
"ios"
]
},
"repository": {
"type": "git",
"url": "https://github.com/spoonconsulting/cordova-plugin-spectrum"
},
"keywords": [
"cordova",
"image",
"transcode",
"compress",
"ecosystem:cordova",
"cordova-android",
"cordova-ios"
],
"scripts": {
"lint": "npx standard tests/tests.js",
"cordova-paramedic": "cordova-paramedic",
"test:android": "cordova-paramedic --platform android --plugin . --cleanUpAfterRun --outputDir ~/test_results",
"test:ios": "cordova-paramedic --platform ios --plugin . --cleanUpAfterRun --outputDir ~/test_results"
},
"dependencies": {},
"author": "Spoon Consulting",
"contributors": [
{
"name": "Luc Boissaye",
"email": "[email protected]",
"url": "https://github.com/ombr",
"hireable": true
}
],
"license": "Apache-2.0",
"engines": {
"cordova": ">=8.0.0"
},
"devDependencies": {
"cordova-paramedic": "git+https://github.com/apache/cordova-paramedic.git",
"standard": "^14.0.2"
},
"standard": {
"env": [
"mocha",
"commonjs",
"jasmine"
]
}
}