summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"
+ }
}