repository field updated

This commit is contained in:
Andrey Sidorov 2012-08-26 08:06:30 +10:00
parent ae26f88a27
commit 78a9977228

View file

@ -3,7 +3,7 @@
, "description": "A pure node.js JavaScript client implementing X Window (X11) protocol."
, "keywords": ["X Window", "ui", "gui", "widgets", "desktop", "XWindow", "X"]
, "homepage": "https://github.com/sidorares/node-x11"
, "version" : "0.0.10"
, "version" : "0.0.11"
, "maintainers" :
[ { "name": "Andrey Sidorov"
, "email": "sidoares@yandex.ru"
@ -11,11 +11,8 @@
]
, "bugs" : { "url" : "http://github.com/sidorares/node-x11/issues" }
, "licenses" : [ { "type" : "MIT" } ]
, "repositories" :
[ { "type" : "git"
, "url" : "http://github.com/sidorares/node-x11"
}
]
, "repository" : { "type" : "git", "url" : "http://github.com/sidorares/node-x11.git" }
, "main" : "./lib/x11"
, "engines" : { "node" : "*" }
, "devDependencies": {