summaryrefslogtreecommitdiff
path: root/package.json
blob: 02a7064b5d90b522f2b21b32efe10856dad1eea3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
  "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",
    "karma": "^1.7.0"
  },
  "dependencies": {
    "vue": "^2.3.3"
  }
}