{ "name" : "x11" , "author": "Andrey Sidorov " , "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" : "0.1.3" , "maintainers" : [ { "name": "Andrey Sidorov" , "email": "sidoares@yandex.ru" } ] , "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" } }