-
Notifications
You must be signed in to change notification settings - Fork 17
/
box.json
executable file
·36 lines (36 loc) · 920 Bytes
/
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
{
"name":"CF JWT Simple",
"slug":"cf-jwt-simple",
"shortDescription":"CFML component for encoding and decoding JSON Web Tokens (JWT)",
"description":"",
"version":"1.3.0",
"author":"Jason Steinshouer <[email protected]>",
"location":"https://github.com/jsteinshouer/cf-jwt-simple/archive/master.zip",
"repository":{
"type":"git",
"url":"https://github.com/jsteinshouer/cf-jwt-simple"
},
"keywords":[
"jwt",
"JSON Web Token"
],
"license":[
{
"type":"MIT",
"url":"http://opensource.org/licenses/MIT"
}
],
"bugs":"https://github.com/jsteinshouer/cf-jwt-simple/issues",
"private":false,
"ignore":[
"**/.*",
"tests",
"readme.md"
],
"devDependencies":{
"testbox":"^2.4.0+80"
},
"installPaths":{
"testbox":"testbox/"
}
}