Adds repository field to package.json.

Fixes name of grunt-jscs.
This commit is contained in:
John Markos O'Neill 2015-01-01 23:46:53 -08:00
parent 39bc20bec8
commit 2ed4f2b38c

View file

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