-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathbox.json
More file actions
49 lines (49 loc) · 1.5 KB
/
box.json
File metadata and controls
49 lines (49 loc) · 1.5 KB
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
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"name":"Sticker",
"type":"modules",
"version":"$VERSION_NUMBER",
"location":"$DOWNLOAD_URL",
"author":"Dominic Watson",
"createPackageDirectory":true,
"homepage":"https://github.com/pixl8/sticker",
"documentation":"http://sticker.readthedocs.org/en/latest/",
"repository":{
"type":"git",
"URL":"https://github.com/pixl8/sticker"
},
"bugs":"https://github.com/pixl8/sticker/issues",
"slug":"sticker",
"shortDescription":"Sticker is a per-request static asset inclusion tool for the Lucee language. Its aim is to create a simple and consistent API for including JavaScript and CSS assets from multiple sources.",
"description":"Sticker is a per-request static asset inclusion tool for the Lucee language. Its aim is to create a simple and consistent API for including JavaScript and CSS assets from multiple sources.",
"private":false,
"engines":[
{
"type":"railo",
"version":">=4.1.x"
}
],
"license":[
{
"type":"MIT",
"URL":"https://github.com/pixl8/sticker/blob/stable/LICENSE"
}
],
"devDependencies":{
"testbox":"^2.8.0+191"
},
"installPaths":{
"testbox":"tests/testbox/"
},
"testbox":{
"runner":"http://127.0.0.1:9184/runtests.cfm"
},
"ignore":[
".git/*",
".gitignore",
".travis.yml",
".twgit_features_subject",
"tests/*",
"docs/*",
"runtests.sh"
]
}