summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorJulie Lala <jules@okfoc.us>2013-12-18 21:32:42 -0500
committerJulie Lala <jules@okfoc.us>2013-12-18 21:32:42 -0500
commit5ef224e2a9b37d4b5b283d5bf5ebd4f5d0ec226b (patch)
treebf47e4b5447dc01c31dd718de0de8a75bc060ad4 /package.json
initial commit...
Diffstat (limited to 'package.json')
-rw-r--r--package.json10
1 files changed, 10 insertions, 0 deletions
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..8aa641a
--- /dev/null
+++ b/package.json
@@ -0,0 +1,10 @@
+{
+ "name": "dither",
+ "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"
+ }
+}