forked from GPII/universal
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.3 KB
/
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
32
33
34
35
36
37
38
39
40
41
{
"name": "universal",
"description": "Cross platform, core components of the GPII personalization infrastructure.",
"version": "0.1.0",
"author": "GPII",
"bugs": "http://wiki.gpii.net/index.php/Main_Page",
"homepage": "http://gpii.net/",
"dependencies": {
"infusion": "git://github.com/fluid-project/infusion.git#04a85a490a05d6ddb5de6e2dbf9a9b1e83e476dd",
"ini": "git://github.com/GPII/ini.git#be8a04aa22f5ad9321ebcbba7740314a53bc8ab2",
"node-uuid": "~1.4.0",
"semver": "~1.1.4",
"when": "~1.8.1",
"xml-mapping": "~1.2.0",
"kettle": "git://github.com/fluid-project/kettle.git#42ea9eb7d6d390f644f76476cfd85f4ad4707bd1"
},
"devDependencies": {
"jqUnit": "git://github.com/fluid-project/node-jqUnit.git#e9bf72445bd343a4f3aabe3ba96a1087d3498612"
},
"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/universal.git",
"main": "./gpii/index.js",
"engines": {
"node": ">=0.1.9"
}
}