-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathbox.json
More file actions
41 lines (41 loc) · 1.54 KB
/
box.json
File metadata and controls
41 lines (41 loc) · 1.54 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
{
"name":"UpChunk",
"version":"2.1.0",
"author":"Michael Born",
"location":"michaelborn/UpChunk#v2.1.0",
"homepage":"https://github.com/michaelborn/UpChunk",
"documentation":"https://github.com/michaelborn/UpChunk",
"repository":{
"type":"git",
"URL":"https://github.com/michaelborn/UpChunk"
},
"bugs":"https://github.com/michaelborn/UpChunk/issues",
"slug":"upchunk",
"shortDescription":"Handle chunked file uploads in ColdBox",
"description":"Handle chunked file uploads in ColdBox",
"type":"modules",
"dependencies":{},
"devDependencies":{},
"scripts":{
"postVersion":"package set location='michaelborn/UpChunk#v`package version`'",
"format":"cfformat run --overwrite models,tests/specs",
"format:watch":"cfformat watch --overwrite models,tests/specs ./.cfformat.json",
"format:check":"cfformat check --overwrite models,tests/specs",
"generateAPIDocs":"touch .tmp && rm .tmp --recurse --force && docbox generate mapping=UpChunk excludes=tests|coldbox|testbox strategy-outputDir=.tmp/apidocs strategy-projectTitle=UpChunk",
"commitAPIDocs":"run-script generateAPIDocs && !git add docs/apidocs/* && !git commit -m 'Updated API Docs'"
},
"testbox":{
"runner":"http://localhost:60299/tests/runner.cfm"
},
"ignore":[
"**/.*",
"test-harness",
"cookie.png"
],
"license":[
{
"URL":"https://github.com/michaelborn/UpChunk/blob/master/LICENSE",
"type":"BSD"
}
]
}