forked from javihernandez/universal
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.6 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
42
43
44
45
46
47
48
49
{
"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#41ff48c61bdb9463a32e079af8c281ddc4ee7de4",
"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#2cd608b95a7e908769c91f5120cfc50bfc19c4db"
},
"devDependencies": {
"jqUnit": "git://github.com/fluid-project/node-jqUnit.git#3bdd41d196883e5aeb935e6e6e899b83b1450593",
"grunt": "~0.4.4",
"grunt-shell": "0.6.4",
"grunt-contrib-jshint": "~0.9.0",
"grunt-jsonlint": "1.0.4",
"grunt-gpii": "git://github.com/GPII/grunt-gpii.git#a4aca06cbaf7523eb1af56ed65ce6bd30b8ec325"
},
"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.6.0"
},
"scripts": {
"test": "node tests/all-tests.js"
}
}