-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 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
{
"name": "snafu",
"main": "html/index.html",
"window": {
"frame": true,
"fullscreen": false,
"width": 1300,
"height": 900
},
"build": {
"nwVersion": "0.41.2"
},
"scripts": {
"dist": "build --tasks mac-x64 --mirror https://dl.nwjs.io/ .",
"dist-win": "build --tasks win-x64 --mirror https://dl.nwjs.io/ ."
},
"description": "GUI for snafu-py package (though much less extensive). This is the development version, it does not include `nwjs` required to run, nor does it include `snafu-py` scripts (you must download the `snafu-py` package separately and place the `rw` folder in `/py`). Actually that sounds complicated, why don't you just use the web version at http://alab.psych.wisc.edu/snafu? Or if you really want the desktop version, e-mail me at zemla at wisc dot edu for help.",
"version": "2.4.2",
"dependencies": {
"concat": "^1.0.0",
"core-util-is": "^1.0.2",
"invert-kv": "^3.0.1",
"python-shell": "^0.3.0"
},
"devDependencies": {
"nwjs-builder-phoenix": "^1.15.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jeffzemla/snafu-gui.git"
},
"author": "Jeffrey C. Zemla",
"contributors": [
"Kesong Cao"
],
"license": "ISC",
"bugs": {
"url": "https://github.com/jeffzemla/snafu-gui/issues"
},
"homepage": "https://github.com/jeffzemla/snafu-gui#readme"
}