summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorjules <jules@okfoc.us>2014-02-02 18:58:46 -0500
committerjules <jules@okfoc.us>2014-02-02 18:58:46 -0500
commitb125e3106727e0acb627f17f4de0a1c3a1cf6f49 (patch)
tree36a2be85ac7ee402cd78fe9d53e4dc7da8d9c023 /package.json
parentc1e6c0c182102e5d61a8ac26b403b42c5fd40591 (diff)
parent2c0ddba2dab715a7c81a106edcfdd9f5be0592a2 (diff)
Merge branch 'master' into pepper
Diffstat (limited to 'package.json')
-rw-r--r--package.json23
1 files changed, 15 insertions, 8 deletions
diff --git a/package.json b/package.json
index 8aa641a..b187cc0 100644
--- a/package.json
+++ b/package.json
@@ -1,10 +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"
- }
+ "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.3"
+ }
}