forked from fluid-project/prefs-editors-prototypes
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 788 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"name": "prefEditors",
"description": "Editors, responsible for authoring user preference sets.",
"version": "0.1.0",
"author": "GPII",
"bugs": "http://wiki.gpii.net/index.php/Main_Page",
"homepage": "http://gpii.net/",
"dependencies": {
"universal": "git://github.com/yzen/universal.git"
},
"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/prefsEditors.git",
"engines": {
"node": ">=0.1.9"
}
}