package.json
author Mahlon E. Smith <mahlon@martini.nu>
Mon, 09 Feb 2015 09:20:01 -0800
changeset 0 52d30e6014a0
permissions -rw-r--r--
Initial commit. Experimental cross-platform frontend for yubikey programming.

{
	"main": "html/main.html",
	"name": "Yubi",
	"description": "A frontend to programming Yubikeys",
	"version": "0.1.0",
	"single-instance": true,
	"node-main": "js/startup.js",
	"user-agent": "%name/%ver",
	"no-edit-menu": true,
	"bugs": "http://it-trac.laika.com/",
	"hgrev": "$Revision: 06d854b5405e $",
	"hgid": "$Id: package.json,v 06d854b5405e 2014/01/04 00:54:03 mahlon $",

	"maintainers":[{
		"name": "Mahlon E. Smith",
		"email": "mahlon@laika.com",
		"web": "http://laikapedia.laika.com/people/mahlon.html"
	}],

	"repositories": [{
		"type": "mercurial", 
		"url": "http://hg.laika.com/",
		"path": "software/yubikey-programmer"
	}],

	"window": {
		"show": true,
		"title": "Yubikey Programmer",
		"icon": "img/yubi.png",
		"frame": true,
		"toolbar": false,
		"resizable": false,
		"width": 400,
		"height": 300,
		"min_width": 400,
		"min_height": 300
	},

	"webkit": {
		"plugin": true
	},

	"chromium-args": "--disable-web-security --enable-download-resumption --enable-threaded-compositing"
}