-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
67 lines (67 loc) · 2.06 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
{
"name": "sofia",
"description": "Suivi Opérationnel des Fiches d'Intervention par Applicatif",
"version": "0.1.2",
"private": true,
"authors": [
{
"name": "Antoine GIRARD",
"email": "[email protected]",
"homepage": "https://sapk.fr"
}
],
"scripts": {
"sign" : "cp \"$APK-unsigned.apk\" \"$APK-signed.apk\" && zip -d \"$APK-signed.apk\" \"assets/html\" \"assets/html-*\" \"assets/images\" \"assets/style.css\" \"res/draw*/launcher_icon.png\" \"res/drawable-land-*\" \"res/drawable-port-*\" \"assets/www/cordova-js-src\" && jarsigner -verbose -sigalg SHA1withRSA -storepass \"$STOREPASS\" -keypass \"$KEYPASS\" -digestalg SHA1 -keystore \"$KEYSTORE\" \"$APK-signed.apk\" sofia && zipalign -v 4 \"$APK-signed.apk\" \"$APK-signed-aligned.apk\" && jarsigner -verify -verbose -certs \"$APK-signed-aligned.apk\" ",
"clean": "cordova clean android",
"build": "cordova build",
"get-bower": "bower-installer",
"start-browser": "cordova run browser",
"start-android": "cordova run android",
"postinstall": "npm run get-bower && gulp cordova:init default",
"preversion": "gulp clean",
"prestart": "npm run get-bower && gulp",
"start": "npm run start-browser",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/adentes-org/SOFIA.git"
},
"devDependencies": {
"bower-installer": "~1.2.0",
"cordova": "^6.2.0",
"del": "~2.2.0",
"gulp": "~3.9.0",
"gulp-cordova": "~6.0.0",
"gulp-less": "~3.1.0",
"gulp-sourcemaps": "~1.6.0",
"gulp-minify": "~0.0.11",
"less-plugin-autoprefix": "~1.5.1",
"less-plugin-clean-css": "~1.5.1"
},
"cordova": [
[
"platform",
"add",
"ios",
"android",
"browser"
],
[
"platform",
"update",
"ios",
"android",
"browser"
],
[
"plugin",
"add",
"cordova-plugin-whitelist",
"cordova-plugin-dialogs",
"phonegap-plugin-barcodescanner",
"--save"
]
],
"license": "MIT"
}