diff options
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/package.json b/package.json new file mode 100644 index 0000000..aa0ff4d --- /dev/null +++ b/package.json @@ -0,0 +1,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" + } +} |