forked from liferay/alloy-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.alloy.json
33 lines (33 loc) · 1.04 KB
/
.alloy.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
{
"alloycore": [ "aui-base-core" ],
"alloyregex": "simpleaui|aui|simpleyui|yui",
"dependencies": {
"ace": {
"folder": "../ace-builds",
"repo": "https://github.com/ajaxorg/ace-builds.git",
"version": "master"
},
"yui3": {
"folder": "../yui3",
"repo": "https://github.com/liferay/yui3.git",
"version": "patched-v3.11.0"
},
"alloy-bootstrap": {
"folder": "../alloy-bootstrap",
"repo": "https://github.com/liferay/alloy-bootstrap.git",
"version": "master"
},
"alloy-apidocs-theme": {
"folder": "../alloy-apidocs-theme",
"repo": "https://github.com/liferay/alloy-apidocs-theme.git",
"version": "master"
},
"alloyui.com": {
"folder": "../alloyui.com",
"repo": "https://github.com/liferay/alloyui.com.git",
"version": "master"
}
},
"yui-version": "patched-v3.11.0",
"version": "2.0.0"
}