-
Notifications
You must be signed in to change notification settings - Fork 0
/
box.json
31 lines (31 loc) · 922 Bytes
/
box.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
{
"name":"Add This Social Module",
"shortDescription":"Add This Social Module for ContentBox",
"location":"https://github.com/LucidSolutions/cbAddThis/archive/master.zip",
"version":"1.0",
"slug":"cbAddThis",
"author":"Lucid Outsourcing Solutions",
"homepage":"https://github.com/LucidSolutions/cbAddThis",
"documentation":"https://github.com/LucidSolutions/cbAddThis",
"repository":{
"type":"git",
"url":"https://github.com/LucidSolutions/cbAddThis"
},
"bugs":"https://github.com/LucidSolutions/cbAddThis/issues",
"type":"contentbox-modules",
"license":[
{
"type":"Apache2",
"url":"http://www.apache.org/licenses/LICENSE-2.0.html"
}
],
"contributors":[],
"dependencies":{},
"devDependencies":{},
"installPaths":{},
"ignore":[
"**/.*",
"tests",
"screenshots"
]
}