node-x11/package.json
Andrey Sidorov 882f10f008 typo
2012-11-27 11:50:05 +11:00

28 lines
842 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.12"
, "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/x11"
, "engines" : { "node" : "*" }
, "devDependencies": {
"mocha": "*",
"should": "*",
"sax": "*",
"async": "*"
}
, "scripts": {
"test": "node test-runner.js",
"prepublish" : "npm prune"
}
}