mirror of
https://github.com/danbulant/node-x11
synced 2026-05-19 20:39:03 +00:00
53 lines
1 KiB
JSON
53 lines
1 KiB
JSON
{
|
|
"name": "x11",
|
|
"author": "Andrey Sidorov <sidorares@yandex.ru>",
|
|
"description": "A pure node.js JavaScript client implementing X Window (X11) protocol and extensions.",
|
|
"keywords": [
|
|
"X Window",
|
|
"ui",
|
|
"gui",
|
|
"widgets",
|
|
"desktop",
|
|
"XWindow",
|
|
"X"
|
|
],
|
|
"homepage": "https://github.com/sidorares/node-x11",
|
|
"version": "1.0.3",
|
|
"maintainers": [
|
|
{
|
|
"name": "Andrey Sidorov",
|
|
"email": "sidoares@yandex.ru"
|
|
},
|
|
{
|
|
"name": "Santiago Gimeno",
|
|
"email": "santiago.gimeno@gmail.com"
|
|
}
|
|
],
|
|
"bugs": {
|
|
"url": "http://github.com/sidorares/node-x11/issues"
|
|
},
|
|
"licenses": [
|
|
{
|
|
"type": "MIT"
|
|
}
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "http://github.com/sidorares/node-x11.git"
|
|
},
|
|
"main": "./lib",
|
|
"engines": {
|
|
"node": "*"
|
|
},
|
|
"devDependencies": {
|
|
"mocha": "*",
|
|
"should": "*",
|
|
"sax": "*",
|
|
"async": "*",
|
|
"sinon": "*"
|
|
},
|
|
"scripts": {
|
|
"test": "node test-runner.js",
|
|
"prepublish": "npm prune"
|
|
}
|
|
}
|