forked from foundeo/bolthttp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
box.json
32 lines (32 loc) · 1.01 KB
/
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
32
{
"name":"bolthttp",
"version":"1.0.1",
"slug":"bolthttp",
"devDependencies":{
"testbox":"^2.3.0"
},
"installPaths":{
"testbox":"testbox"
},
"ignore":[
"**/.*",
"test",
"testbox"
],
"location":"foundeo/bolthttp#v1.0.1",
"homepage":"https://github.com/foundeo/bolthttp",
"documentation":"https://github.com/foundeo/bolthttp",
"repository":{
"type":"git",
"URL":"https://github.com/foundeo/bolthttp"
},
"bugs":"https://github.com/foundeo/bolthttp/issues",
"shortDescription":"A CFML HTTP Client",
"description":"BoltHTTP is a HTTP client for CFML, it is a CFC that wraps the Apache HttpComponents java library. You can use the bolthttp CFC instead of CFHTTP when making HTTP requests within CFML.",
"type":"modules",
"scripts":{
"postVersion":"package set location='foundeo/bolthttp#v`package version`'",
"onRelease":"publish",
"postPublish":"!git push && !git push --tags"
}
}