summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjules <jules@okfoc.us>2014-01-30 14:47:44 -0500
committerjules <jules@okfoc.us>2014-01-30 14:47:44 -0500
commit1b38aad5fb1a54bf3da0bf35df081d09f5821768 (patch)
tree9bbe1026a79e2440179a16be838b90d85dc310d4
parent42207dada7497e27baee152b21b8b0850c57c48b (diff)
parent4afb749a758e33e988265b1369551e582bda9ca1 (diff)
merge
-rw-r--r--package.json26
1 files changed, 15 insertions, 11 deletions
diff --git a/package.json b/package.json
index 4a688b3..16e55e3 100644
--- a/package.json
+++ b/package.json
@@ -1,13 +1,17 @@
{
- "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",
- "grunt-contrib-clean": "~0.5.0",
- "grunt-contrib-copy": "~0.5.0",
- "grunt-dentist": "~0.3.3"
- }
+ "name": "dither",
+ "version": "0.9.9",
+ "repository": {
+ "type": "git",
+ "url": "git://ghghgh.us/dither.git"
+ },
+ "devDependencies": {
+ "grunt": "~0.4.1",
+ "grunt-contrib-concat": "~0.3.0",
+ "grunt-contrib-uglify": "~0.2.5",
+ "grunt-contrib-watch": "~0.5.3",
+ "grunt-contrib-clean": "~0.5.0",
+ "grunt-contrib-copy": "~0.5.0",
+ "grunt-dentist": "~0.3.1"
+ }
}