-
Notifications
You must be signed in to change notification settings - Fork 7
/
composer.json
36 lines (36 loc) · 963 Bytes
/
composer.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
{
"name": "symbiote/silverstripe-interactives",
"type": "silverstripe-vendormodule",
"replace": {
"nyeholt/silverstripe-interactives": "4.3.0"
},
"description": "A simple mechanism for implementing tracked interactive elements",
"license": "BSD-3-Clause",
"keywords": [
"silverstripe",
"interactives",
"advertisements",
"ad campaign"
],
"homepage": "https://github.com/nyeholt/silverstripe-interactives",
"authors": [
{
"name": "Marcus Nyeholt",
"email": "[email protected]"
}
],
"require": {
"silverstripe/framework": "~4.0",
"symbiote/silverstripe-multivaluefield": "~5.0",
"silvershop/silverstripe-hasonefield": "~3.0"
},
"extra": {
"branch-alias": {
"dev-master": "5.5.x-dev"
},
"expose": [
"client/javascript",
"client/css"
]
}
}