ImageGrid/ui (gen4)/package.json

41 lines
828 B
JSON
Raw Normal View History

{
"name": "ImageGrid.Viewer.g4",
"main": "index.html",
"version": "0.0.1",
"window": {
"title": "ImageGrid.Viewer (gen4)",
"position": "center",
"width": 900,
"height": 700,
"min_width": 400,
"min_height": 400,
"frame": true,
"toolbar": false,
"show": false
},
"chromium-args": "",
"dependencies": {
"app-module-path": "^1.0.6",
"commander": "^2.9.0",
"exiftool": "0.0.3",
"flickrapi": "^0.3.28",
"fs-extra": "*",
"fs-walk": "0.0.1",
"glob": "^4.0.6",
"guarantee-events": "^1.0.0",
"requirejs": "^2.1.23",
"sharp": "^0.12.0"
},
"preferGlobal": true,
"bin": {
"ig": "ig.js"
},
"devDependencies": {
"less": "*",
"webdriverio": "^4.0.4"
},
"scripts": {
"build-css": "lessc css/layout.less css/layout.css"
}
}