-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathbox.json
48 lines (48 loc) · 1.12 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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"name":"JWT CFML",
"version":"1.2.0",
"author":"John Berquist",
"location":"forgeboxStorage",
"homepage":"https://github.com/jcberquist/jwt-cfml",
"documentation":"",
"repository":{
"type":"",
"URL":""
},
"bugs":"",
"slug":"jwt-cfml",
"packageDirectory": "jwtcfml",
"shortDescription":"JWT CFML is a CFML (Lucee and ColdFusion) library for using JSON Web Tokens.",
"description":"",
"instructions":"",
"changelog":"",
"type":"modules",
"keywords":[
"jwt"
],
"private":false,
"projectURL":"",
"license":[
{
"type":"MIT",
"URL":""
}
],
"contributors":[],
"dependencies":{},
"devDependencies":{
"testbox":"^4.0.0"
},
"installPaths":{
"testbox":"testbox/"
},
"ignore":[
"**/.*",
"tests",
"**/*.md"
],
"scripts": {
"tests": "start tests/server.json && start tests/server-java8.json && start tests/server-2018.json && start tests/server-2016.json",
"format": "cfformat run models,tests --overwrite"
}
}