summaryrefslogtreecommitdiff
path: root/package.json
blob: 6ae9b8da0e44cc19495157fa8d9c99ab09979e12 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
  "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"
  }
}