-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
55 lines (55 loc) · 1.34 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
50
51
52
53
54
55
{
"name": "gloss",
"description": "a Javascript UI framework",
"contributors": [
{
"name": "Aaron Stacy",
"email": "[email protected]"
},
{
"name": "Jordan McCoy"
},
{
"name": "Ralph Smith"
}
],
"version": "1.0.136",
"repository": {
"type": "git",
"url": "git+ssh://github.ibm.com/storediq/gloss.git"
},
"dependencies": {
"mesh-client": "git+ssh://github.ibm.com/storediq/mesh-client.git",
"bedrockjs": "git+ssh://github.ibm.com/storediq/bedrockjs.git",
"siq-vendor-js": "git+ssh://github.ibm.com/storediq/siq-vendor-js.git"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-cli": "^0.1.13",
"grunting": "git+ssh://github.ibm.com/storediq/grunting.git"
},
"csi": {
"name": "gloss",
"testIgnore": [
{
"path": "powergrid/test",
"module": "resizing",
"test": "header and rows are the same size for grid that is initially hidden|setting column width works"
},
{
"path": "powergrid/test",
"module": "miscellaneous",
"test": "bottom scroll bar not visible when vertical scrollbar appears"
},
{
"path": "treegrid/test",
"module": "drag n drop treegrid",
"test": "start drag"
}
]
},
"optionalDependencies": {},
"engines": {
"node": "*"
}
}