mirror of
https://github.com/danbulant/node-x11
synced 2026-05-19 20:39:03 +00:00
30 lines
825 B
JSON
30 lines
825 B
JSON
{ "name" : "x11"
|
|
, "author": "Andrey Sidorov <sidorares@yandex.ru>"
|
|
, "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.5"
|
|
, "maintainers" :
|
|
[ { "name": "Andrey Sidorov"
|
|
, "email": "sidoares@yandex.ru"
|
|
}
|
|
]
|
|
, "bugs" : { "url" : "http://github.com/sidorares/node-x11/issues" }
|
|
, "licenses" : [ { "type" : "MIT" } ]
|
|
, "repositories" :
|
|
[ { "type" : "git"
|
|
, "url" : "http://github.com/sidorares/node-x11"
|
|
}
|
|
]
|
|
, "main" : "./lib/x11"
|
|
, "engines" : { "node" : "*" }
|
|
, "devDependencies": {
|
|
"mocha": "*",
|
|
"should": "*",
|
|
"sinon": "*"
|
|
}
|
|
, "scripts": {
|
|
"test": "mocha",
|
|
"prepublish" : "npm prune"
|
|
}
|
|
}
|