mirror of
https://github.com/danbulant/node-x11
synced 2026-07-05 11:10:58 +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."
|
, "description": "A pure node.js JavaScript client implementing X Window (X11) protocol."
|
||||||
, "keywords": ["X Window", "ui", "gui", "widgets", "desktop", "XWindow", "X"]
|
, "keywords": ["X Window", "ui", "gui", "widgets", "desktop", "XWindow", "X"]
|
||||||
, "homepage": "https://github.com/sidorares/node-x11"
|
, "homepage": "https://github.com/sidorares/node-x11"
|
||||||
, "version" : "0.0.10"
|
, "version" : "0.0.11"
|
||||||
, "maintainers" :
|
, "maintainers" :
|
||||||
[ { "name": "Andrey Sidorov"
|
[ { "name": "Andrey Sidorov"
|
||||||
, "email": "sidoares@yandex.ru"
|
, "email": "sidoares@yandex.ru"
|
||||||
|
|
@ -11,11 +11,8 @@
|
||||||
]
|
]
|
||||||
, "bugs" : { "url" : "http://github.com/sidorares/node-x11/issues" }
|
, "bugs" : { "url" : "http://github.com/sidorares/node-x11/issues" }
|
||||||
, "licenses" : [ { "type" : "MIT" } ]
|
, "licenses" : [ { "type" : "MIT" } ]
|
||||||
, "repositories" :
|
, "repository" : { "type" : "git", "url" : "http://github.com/sidorares/node-x11.git" }
|
||||||
[ { "type" : "git"
|
|
||||||
, "url" : "http://github.com/sidorares/node-x11"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
, "main" : "./lib/x11"
|
, "main" : "./lib/x11"
|
||||||
, "engines" : { "node" : "*" }
|
, "engines" : { "node" : "*" }
|
||||||
, "devDependencies": {
|
, "devDependencies": {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue