gpii-universal
Version:
Cross platform, core components of the GPII personalization infrastructure.
15 lines (14 loc) • 743 B
JSON
{
"name": "settingsHandlers",
"description": "Cross Platform settingsHandlers to use in the GPII personalization framework. SettingsHandlers are responsible for writing the settings of an application - where/how to write them depends on the settingsHandler in question (it could be XML, JSON, etc).",
"version": "0.3.0",
"author": "GPII",
"bugs": "http://issues.gpii.net/browse/GPII",
"homepage": "http://gpii.net/",
"dependencies": {},
"license" : "BSD-3-Clause",
"keywords": ["gpii", "accessibility", "settings", "fluid", "IoC", "Inversion of Control", "configuration", "evented"],
"repository": "git://github.com/GPII/universal.git",
"main": "./index.js",
"engines": { "node" : ">=4.2.1" }
}