gpii-windows
Version:
Components of the GPII personalization infrastructure for use on Microsoft's "Windows" ™
20 lines (19 loc) • 715 B
JSON
{
"name": "spiSettingsHandler",
"description": "A \"settings handler\" for the GPII architecture which uses the SystemParametersInfo Win API function.",
"version": "0.1",
"author": "GPII",
"bugs": "http://wiki.gpii.net/index.php/Main_Page",
"homepage": "http://gpii.net/",
"dependencies": {},
"licenses": [
{
"type": "BSD-3-Clause",
"url": "http://www.opensource.org/licenses/BSD-3-Clause"
}
],
"keywords": ["gpii", "accessibility", "settings", "fluid", "IoC", "Inversion of Control", "configuration", "evented"],
"repository": "git://github.com/GPII/windows.git",
"main": "./index.js",
"engines": { "node" : ">=0.1.9" }
}