diff options
| author | Julie Lala <jules@okfoc.us> | 2013-12-10 00:47:36 -0500 |
|---|---|---|
| committer | Julie Lala <jules@okfoc.us> | 2013-12-10 00:47:36 -0500 |
| commit | 037a0ae8072217f7821549bbdfe030e73289330d (patch) | |
| tree | b2e20cff097a44e08cd8e6609e7d5a00b732d88c /package.json | |
dither stuff
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/package.json b/package.json new file mode 100644 index 0000000..ccaf174 --- /dev/null +++ b/package.json @@ -0,0 +1,10 @@ +{ + "name": "okfocus.github.io", + "version": "0.0.4", + "devDependencies": { + "grunt": "~0.4.1", + "grunt-contrib-concat": "~0.3.0", + "grunt-contrib-uglify": "~0.2.5", + "grunt-contrib-watch": "~0.5.3" + } +} |
