-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbox.json
More file actions
29 lines (29 loc) · 820 Bytes
/
Copy pathbox.json
File metadata and controls
29 lines (29 loc) · 820 Bytes
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
{
"name":"ashid",
"version":"1.0.2",
"author":"James Moberg",
"slug":"ashid",
"type":"modules",
"location":"https://github.com/jamoCA/cf-ashid/archive/v1.0.2.zip",
"shortDescription":"Time-sortable, prefixed unique identifiers using Crockford Base32. CFML port of agency.wilde:ashid.",
"homepage":"https://github.com/jamoCA/cf-ashid",
"documentation":"https://github.com/jamoCA/cf-ashid#readme",
"bugs":"https://github.com/jamoCA/cf-ashid/issues",
"repository":{
"type":"git",
"URL":"https://github.com/jamoCA/cf-ashid"
},
"license":[
{
"type":"MIT",
"URL":"https://opensource.org/licenses/MIT"
}
],
"ignore":[
"**/.*",
"tests",
"benchmark",
"lib",
"docs"
]
}