diff --git a/package.json b/package.json index a001604b..e0ac65f0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,10 @@ { "name": "mithril", "version": "0.1.0", + "repository": { + "type": "git", + "url": "git@github.com:lhorie/mithril.js.git" + }, "scripts": { "test": "grunt test" }, @@ -11,18 +15,16 @@ "grunt-contrib-uglify": "*", "grunt-contrib-clean": "*", "grunt-contrib-concat": "*", - "grunt-contrib-watch": "*", "grunt-execute": "*", "grunt-md2html": "*", "grunt-replace": "*", "grunt-contrib-qunit": "*", - "grunt-contrib-connect": "*", "grunt-zip": "*", "grunt-contrib-connect": "~0.7.1", "grunt-contrib-jshint": "~0.10.0", "grunt-contrib-watch": "~0.6.1", - "grunt-jscs-checker": "^0.4.4", + "grunt-jscs": "^1.1.0", "grunt-sauce-tunnel": "^0.2.1", "load-grunt-config": "^0.9.2", "merge": "^1.1.3",