Add repository URL to package.json

This commit is contained in:
Daniel Vicory 2012-12-18 18:57:21 -08:00
parent cd0aec9e91
commit fcf37019b1

View File

@ -1,6 +1,7 @@
{
"name": "debug"
, "version": "0.7.0"
, "repository": { "type": "git", "url": "git://github.com/visionmedia/debug.git" }
, "description": "small debugging utility"
, "keywords": ["debug", "log", "debugger"]
, "author": "TJ Holowaychuk <tj@vision-media.ca>"
@ -9,4 +10,4 @@
, "main": "lib/debug.js"
, "browserify": "debug.js"
, "engines": { "node": "*" }
}
}