equal
deleted
inserted
replaced
|
1 { |
|
2 "main": "html/main.html", |
|
3 "name": "Yubi", |
|
4 "description": "A frontend to programming Yubikeys", |
|
5 "version": "0.1.0", |
|
6 "single-instance": true, |
|
7 "node-main": "js/startup.js", |
|
8 "user-agent": "%name/%ver", |
|
9 "no-edit-menu": true, |
|
10 "bugs": "http://it-trac.laika.com/", |
|
11 "hgrev": "$Revision: 06d854b5405e $", |
|
12 "hgid": "$Id: package.json,v 06d854b5405e 2014/01/04 00:54:03 mahlon $", |
|
13 |
|
14 "maintainers":[{ |
|
15 "name": "Mahlon E. Smith", |
|
16 "email": "mahlon@laika.com", |
|
17 "web": "http://laikapedia.laika.com/people/mahlon.html" |
|
18 }], |
|
19 |
|
20 "repositories": [{ |
|
21 "type": "mercurial", |
|
22 "url": "http://hg.laika.com/", |
|
23 "path": "software/yubikey-programmer" |
|
24 }], |
|
25 |
|
26 "window": { |
|
27 "show": true, |
|
28 "title": "Yubikey Programmer", |
|
29 "icon": "img/yubi.png", |
|
30 "frame": true, |
|
31 "toolbar": false, |
|
32 "resizable": false, |
|
33 "width": 400, |
|
34 "height": 300, |
|
35 "min_width": 400, |
|
36 "min_height": 300 |
|
37 }, |
|
38 |
|
39 "webkit": { |
|
40 "plugin": true |
|
41 }, |
|
42 |
|
43 "chromium-args": "--disable-web-security --enable-download-resumption --enable-threaded-compositing" |
|
44 } |