summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJules <jules@asdf.us>2014-01-30 14:16:00 -0500
committerJules <jules@asdf.us>2014-01-30 14:16:00 -0500
commit4afb749a758e33e988265b1369551e582bda9ca1 (patch)
treed3d33fff9d3c4f87d30c169c35633709de92c407
parent105f0dec10a60529a2f8f679f9343484c4638515 (diff)
package.json stuff
-rw-r--r--package.json26
1 files changed, 15 insertions, 11 deletions
diff --git a/package.json b/package.json
index fd2c5e5..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.1"
- }
+ "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"
+ }
}