summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorJustin Worthe <justin.worthe@entelect.co.za>2014-05-28 15:20:25 +0200
committerJustin Worthe <justin.worthe@entelect.co.za>2014-05-28 15:20:25 +0200
commit7dfbd52a082b7a33c5f81b26da859830675223ba (patch)
treeb25ed92dbe6ce33e47e219d51e5d3485680c1878 /package.json
parentf58ea140ae6d6f0038e429ee47319ad3c9a74de1 (diff)
Added cleanup and drawing of game result
Diffstat (limited to 'package.json')
-rw-r--r--package.json11
1 files changed, 10 insertions, 1 deletions
diff --git a/package.json b/package.json
index 6ae9b8d..cd6c109 100644
--- a/package.json
+++ b/package.json
@@ -1,5 +1,5 @@
{
- "name": "interactive-pacbot",
+ "name": "interactive-pacbot",
"private": true,
"devDependencies": {
"grunt": "~0.4.1",
@@ -18,5 +18,14 @@
},
"engines": {
"node": ">=0.8.0"
+ },
+ "main": "dist/index.html",
+ "window": {
+ "title": "Interactive Pacbot",
+ "toolbar": false,
+ "frame": true,
+ "width": 820,
+ "height": 620,
+ "position": "center"
}
} \ No newline at end of file