0
0
mirror of https://github.com/tj/n.git synced 2024-11-24 19:46:56 +01:00

add 'homepage' and 'bugs' sections to package.json

This commit is contained in:
fracek 2012-04-10 23:14:55 +02:00
parent 36208e7664
commit 0525813689

View File

@ -2,8 +2,10 @@
, "description": "node version manager"
, "version": "0.7.1"
, "author": "TJ Holowaychuk <tj@vision-media.ca>"
, "homepage": "https://github.com/visionmedia/n"
, "bugs": "https://github.com/visionmedia/n/issues"
, "keywords": ["node", "binary", "version", "env"]
, "bin": { "n": "./bin/n" }
, "repository": { "type": "git", "url": "git://github.com/visionmedia/n.git" }
, "engines": { "node": "*" }
}
}