summaryrefslogtreecommitdiff
path: root/package.json
blob: 0128a7cd28cd13e8b027ce3f147d10c4f9cf9b73 (plain)
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
{
  "name": "interactive-pacbot",  
  "private": true,
  "devDependencies": {
    "grunt": "~0.4.1",
    "grunt-contrib-connect": "~0.2.0",
    "grunt-contrib-watch": "~0.4.3",
    "grunt-contrib-copy": "*",
    "grunt-open": "~0.2.0",
    "matchdep": "~0.1.2",
    "connect-livereload": "~0.1.3",
    "moment": "~2.0.0",
    "grunt-html-build": "~0.3.2",
    "underscore": "*",
    "underscore.string": "*",
    "browserify": "~3.38.0",
    "grunt-browserify": "~1.3.0"
  },
  "engines": {
    "node": ">=0.8.0"
  },
  "main": "dist/index.html",
  "window": {
    "title": "Interactive Pacbot",
    "toolbar": false,
    "frame": true,
    "width": 1100,
    "height": 950,
    "position": "center"
  }
}