parents
Showing
README.md
0 → 100644
make/arrow.png
0 → 100644
22.8 KB
make/info_plist.patch
0 → 100644
make/linux_nwbuild.js
0 → 100644
make/make_osx.sh
0 → 100755
make/make_win.sh
0 → 100755
make/osascript
0 → 100755
make/panustaja_setup.iss
0 → 100755
make/unzipsfx.exe
0 → 100755
File added
package.json
0 → 100755
{ | ||
"name": "Panustaja", | ||
"description": "Ressursikataloogi upitamiseks keeleressurside Entu repositooriumisse.", | ||
"version": "1.0.0", | ||
"main": "./source/index.html", | ||
"license": "CC-SA", | ||
"private": true, | ||
"repository": { | ||
"type": "git", | ||
"url": "git@gitlab.keeleressursid.ee:indrek-jentson/uploader.git" | ||
}, | ||
"dependencies": { | ||
"os-utils": "*", | ||
"jquery": "2.1.3", | ||
"moment": "2.9.0", | ||
"marked": "0.3.3", | ||
"font-awesome": "4.3.0" | ||
}, | ||
"window": { | ||
"show_in_taskbar": true, | ||
"icon": "./source/images/murakas.png", | ||
"toolbar": false, | ||
"frame": true, | ||
"show": true, | ||
"position": "center", | ||
"min_width": 1000, | ||
"min_height": 500, | ||
"width": 1100, | ||
"height": 700 | ||
}, | ||
"platformOverrides": { | ||
"win": { | ||
"window": { | ||
"toolbar": false | ||
} | ||
}, | ||
"osx": { | ||
"window": { | ||
"toolbar": false | ||
} | ||
}, | ||
"linux": { | ||
"window": { | ||
"toolbar": false | ||
} | ||
} | ||
}, | ||
"webkit": { | ||
"plugin": true | ||
}, | ||
"chromium-args": "--ignore-gpu-blacklist" | ||
} |
source/bytesToSize.js
0 → 100644
source/configuration.json
0 → 100644
source/decorate.js
0 → 100644
source/images/minimura.png
0 → 100644
2.64 KB
source/images/murakas.icns
0 → 100644
File added
source/images/murakas.ico
0 → 100644
361 KB
This diff is collapsed.
67.7 KB
67.7 KB
18.2 KB
945 Bytes
1.65 KB
47.3 KB
2.48 KB
4.56 KB
100 KB
6.86 KB
12.1 KB
13 KB
source/images/pixel.png
0 → 100644
1.43 KB
source/index.html
0 → 100755
source/loadDirs.js
0 → 100644