-
Notifications
You must be signed in to change notification settings - Fork 0
/
definitions.json
32 lines (31 loc) · 1 KB
/
definitions.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
{
"plugins": {
"admin": {
"description": "OF Admin UI",
"failOnError": true,
"hooks_module": "hooks",
"admin-ui": {
"ui-hooks": [
{
"name": "initFramework",
"description": "Called when initialising the Angular controllers and directives",
"parameters": [
"app"
]
}
],
"mountpoint": "."
},
"binaries": [
{
"url": "https://github.com/OptimalBPM/of-admin/releases/download/1.0-rc1/jspm_packages.zip",
"target": "ui"
},
{
"url": "https://github.com/OptimalBPM/of-admin/releases/download/1.0-rc1/typings.zip",
"target": "ui"
}
]
}
}
}