forked from github/game-off-2013
-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathpackage.json
41 lines (41 loc) · 1 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"name": "Psiral",
"description": "Psiral is a turn-based strategy game with wizards.",
"version": "1.0.6",
"private": true,
"main": "index.html",
"author": {
"name": "KENAMICK Entertainment",
"email": "",
"web": ""
},
"homepage": "http://psiral.herokuapp.com",
"devDependencies": {
"grunt": "^1.0.1",
"grunt-bump": "0.8.0",
"grunt-cli": "~1.2.0",
"grunt-contrib-clean": "~1.0.0",
"grunt-contrib-concat": "~1.0.1",
"grunt-contrib-copy": "~1.0.0",
"grunt-contrib-cssmin": "~1.0.1",
"grunt-contrib-jshint": "~1.0.0",
"grunt-contrib-uglify": "~1.0.1",
"grunt-node-webkit-builder": "~1.0.2",
"grunt-replace": "~1.0.1",
"load-grunt-tasks": "~3.5.0",
"time-grunt": "~1.3.0"
},
"engines": {
"node": ">=0.8"
},
"window": {
"title": "Psiral",
"icon": "icon_48.png",
"toolbar": false,
"frame": false,
"min_width": 1024,
"min_height": 768,
"fullscreen": true
},
"chromium-args": "--disable-device-orientation"
}