package.json
changeset 0 52d30e6014a0
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/package.json	Mon Feb 09 09:20:01 2015 -0800
@@ -0,0 +1,44 @@
+{
+	"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"
+}