summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
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