forked from pixl8/preside-ext-data-api
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbox.json
More file actions
27 lines (27 loc) · 782 Bytes
/
box.json
File metadata and controls
27 lines (27 loc) · 782 Bytes
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
{
"name":"PresideCMS Extension: Preside Data API",
"type":"preside-extensions",
"version":"VERSION_NUMBER",
"location":"https://s3.eu-west-2.amazonaws.com/pixl8-public-packages/data-api/DOWNLOAD_LOCATION",
"private":false,
"author":"Pixl8 Interactive",
"directory":"application/extensions",
"repository":{
"type":"git",
"URL":"https://github.com/pixl8/preside-ext-data-api"
},
"slug":"preside-ext-data-api",
"projectURL":"https://github.com/pixl8/preside-ext-data-api",
"ignore":[
".git/*",
".gitignore",
".travis.yml",
".twgit_features_subject"
],
"dependencies":{
"cbmarkdown":"^3.2.0+27"
},
"installPaths":{
"cbmarkdown":"modules/cbmarkdown/"
}
}