diff options
author | Michaël Ball <michael.ball@gmail.com> | 2014-12-28 12:24:22 +0000 |
---|---|---|
committer | Michaël Ball <michael.ball@gmail.com> | 2015-11-27 20:02:04 +0000 |
commit | 75beec91a8526fbbc0a90134140b9dff6af15c0c (patch) | |
tree | 02414e46da3e08000384c40c27b7aab9748de0fe /package.json | |
parent | a2964845e3c03b9cf5f01583f53f7553c7d67caf (diff) |
Initial frontend work
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" + } +} |