2014-11-14 21:57:55 +03:00
|
|
|
{
|
2016-01-03 04:49:00 +03:00
|
|
|
"name": "ImageGrid.Viewer.g4",
|
2018-01-30 06:36:48 +03:00
|
|
|
"main": "index.html",
|
2016-05-29 19:50:37 +03:00
|
|
|
"version": "4.0.0a",
|
2018-01-14 22:23:51 +03:00
|
|
|
"author": "Alex A. Naanou <alex.nanou@gmail.com> (https://github.com/flynx)",
|
|
|
|
|
"contributors": [],
|
|
|
|
|
"repository": "github:flynx/ImageGrid",
|
2016-06-05 17:39:19 +03:00
|
|
|
"preferGlobal": true,
|
2016-01-03 04:49:00 +03:00
|
|
|
"window": {
|
|
|
|
|
"title": "ImageGrid.Viewer (gen4)",
|
|
|
|
|
"position": "center",
|
|
|
|
|
"width": 900,
|
|
|
|
|
"height": 700,
|
|
|
|
|
"min_width": 400,
|
|
|
|
|
"min_height": 400,
|
|
|
|
|
"frame": true,
|
|
|
|
|
"toolbar": false,
|
|
|
|
|
"show": false
|
|
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2016-05-02 15:12:18 +03:00
|
|
|
"app-module-path": "^1.0.6",
|
2018-01-18 05:04:42 +03:00
|
|
|
"async-json": "0.0.2",
|
2018-02-08 02:11:19 +03:00
|
|
|
"commander": "^2.14.1",
|
2016-06-01 21:19:24 +03:00
|
|
|
"exiftool": "^0.0.3",
|
2017-12-17 04:30:29 +03:00
|
|
|
"fs-extra": "^4.0.3",
|
2016-06-01 21:19:24 +03:00
|
|
|
"fs-walk": "^0.0.1",
|
2016-01-03 04:49:00 +03:00
|
|
|
"glob": "^4.0.6",
|
|
|
|
|
"guarantee-events": "^1.0.0",
|
2018-02-18 15:02:45 +03:00
|
|
|
"ig-actions": "^3.18.0",
|
2018-02-15 02:05:24 +03:00
|
|
|
"ig-features": "^3.3.4",
|
2017-08-26 23:58:52 +03:00
|
|
|
"ig-object": "^1.0.2",
|
2018-01-15 03:59:53 +03:00
|
|
|
"moment": "^2.20.1",
|
2017-10-04 17:07:22 +03:00
|
|
|
"openseadragon": "^2.3.1",
|
2017-08-26 23:58:52 +03:00
|
|
|
"requirejs": "^2.3.5",
|
2017-05-14 00:06:55 +03:00
|
|
|
"requirejs-plugins": "^1.0.2",
|
2017-06-27 01:38:57 +03:00
|
|
|
"sharp": "^0.17.3",
|
2017-12-29 18:33:59 +03:00
|
|
|
"strip-json-comments": "^2.0.1",
|
2017-02-07 18:58:37 +03:00
|
|
|
"wildglob": "^0.1.1"
|
2016-01-03 04:49:00 +03:00
|
|
|
},
|
2016-06-05 17:39:19 +03:00
|
|
|
"optionalDependencies": {
|
2018-01-14 22:23:51 +03:00
|
|
|
"pica": "^3.0.6",
|
2018-01-13 05:19:45 +03:00
|
|
|
"flickrapi": "^0.3.28",
|
|
|
|
|
"preact": "^8.2.7",
|
|
|
|
|
"react": "^15.6.2",
|
|
|
|
|
"react-dom": "^15.6.2"
|
2016-01-03 04:49:00 +03:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2018-02-01 04:12:43 +03:00
|
|
|
"electron-wix-msi": "^1.3.0",
|
2018-02-16 01:25:21 +03:00
|
|
|
"less": "^3.0.1"
|
2016-03-08 18:43:29 +03:00
|
|
|
},
|
2016-06-05 17:39:19 +03:00
|
|
|
"bin": {
|
|
|
|
|
"ig": "ig.js"
|
|
|
|
|
},
|
2016-03-08 18:43:29 +03:00
|
|
|
"scripts": {
|
2016-05-29 19:50:37 +03:00
|
|
|
"build-css": "lessc css/layout.less css/layout.css",
|
2018-01-09 02:27:54 +03:00
|
|
|
"build-dist": "make dist",
|
2018-01-30 06:36:48 +03:00
|
|
|
"start": "electron e.js",
|
|
|
|
|
"start-nw": "nw .",
|
|
|
|
|
"start-electron": "electron e.js ."
|
2018-01-14 22:23:51 +03:00
|
|
|
},
|
|
|
|
|
"vim-cfg": " vim:set ts=2 sw=2 expandtab : "
|
2014-11-14 21:57:55 +03:00
|
|
|
}
|