-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
86 lines (86 loc) · 2.23 KB
/
Copy pathpackage.json
File metadata and controls
86 lines (86 loc) · 2.23 KB
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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
{
"name": "Zen_Notebook",
"author": "Stephan Miller <stephanmil@gmail.com>",
"manifestUrl": "https://raw.githubusercontent.com/eristoddle/zen-notebook/master/package.json",
"packages": {
"mac": {
"url": "https://www.dropbox.com/s/vjauq3bvhx6ffo9/mac.zip",
"execPath": "osx/Zen Notebook.app"
},
"win": {
"url": "https://www.dropbox.com/s/1ubg2mv830yq7vw/windows.zip",
"execPath": "win/Zen Notebook.exe"
},
"linux32": {
"url": "https://www.dropbox.com/s/a3jxe3qchhm9547/linux-x32.zip",
"execPath": "linux32/Zen Notebook"
},
"linux64": {
"url": "https://www.dropbox.com/s/acmielhprw1c6t2/linux-x64.zip",
"execPath": "linux64/Zen Notebook"
}
},
"nodejs": true,
"description": "A distraction free writing journal",
"single-instance": true,
"keywords": [],
"main": "./app/index.html",
"node-main": "",
"window": {
"fullscreen": false,
"resizable": true,
"title": "Zen Notebook",
"always-on-top": false,
"frame": true,
"height": 600,
"min_height": 480,
"visible": true,
"as_desktop": false,
"min_width": 640,
"position": "center",
"show_in_taskbar": true,
"width": 900,
"toolbar": true,
"kiosk": false,
"icon": "icon.png"
},
"version": "0.0.27",
"webkit": {
"page-cache": false,
"java": false,
"plugin": false
},
"scripts": {
"start": "nodewebkit",
"dependencies": {
"nodewebkit": ">=0.9.0",
"node-webkit-updater": "^0.2.3"
}
},
"repository": {
"type": "git",
"url": "git@bitbucket.org:eristoddle/zen-notebook.git"
},
"devDependencies": {
"bower": "^1.3.12",
"canonical-path": "0.0.2",
"dgeni": "^0.4.1",
"grunt": "~0.4",
"grunt-concat-css": "~0.3.1",
"grunt-contrib-compass": "~1.0.1",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-copy": "~0.7.0",
"grunt-contrib-uglify": "~0.3",
"grunt-contrib-watch": "~0.5",
"grunt-node-webkit-builder": "^0.3.0",
"grunt-push-release": "^0.1.1",
"grunt-shell": "^1.1.1",
"load-grunt-tasks": "^1.0.0",
"node-webkit-builder": "^0.3.0",
"lodash-node": "~2.4.1"
},
"dependencies": {
"nodewebkit": ">=0.9.0",
"node-webkit-updater": "^0.2.3"
}
}