summaryrefslogtreecommitdiff
path: root/package.json
blob: aa0ff4dbe24c42999a75d7794f5bfad356dee0c9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "name": "mach2",
  "version": "0.0.1",
  "description": "Lightweight media server",
  "homepage": "https://github.com/michael-ball/mach2",
  "license": "MIT",
  "author": {
    "name": "Michaël Ball",
    "url": "https://www.github.com/michael-ball"
  },
  "devDependencies": {
    "grunt": "~0.4.5",
    "grunt-bower-task": "^0.4.0",
    "grunt-run": "^0.3.0"
  }
}