summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorJulie Lala <jules@okfoc.us>2014-01-29 09:31:53 -0500
committerJulie Lala <jules@okfoc.us>2014-01-29 09:31:53 -0500
commit219aad8ea57538868c6735860dbcc0873f62dcd8 (patch)
tree2cc691da2fe6a0c5c6ae75ad80920fc74d66f809 /package.json
parent0aa06bbe84961b9393029f904bc7a49e79b513f4 (diff)
grunt build process for worker
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..82dfd1b
--- /dev/null
+++ b/package.json
@@ -0,0 +1,10 @@
+{
+ "name": "gif-encode",
+ "version": "0.4.0",
+ "devDependencies": {
+ "grunt": "~0.4.1",
+ "grunt-contrib-concat": "~0.3.0",
+ "grunt-contrib-uglify": "~0.2.5",
+ "grunt-contrib-watch": "~0.5.3"
+ }
+}