mirror of
https://github.com/danbulant/node-x11
synced 2026-06-16 13:11:11 +00:00
repository field updated
This commit is contained in:
parent
ae26f88a27
commit
78a9977228
1 changed files with 3 additions and 6 deletions
|
|
@ -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": {
|
||||
|
|
|
|||
Loading…
Reference in a new issue