-
Notifications
You must be signed in to change notification settings - Fork 3
/
box.json
32 lines (32 loc) · 900 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
{
"name":"Semantic Version",
"version":"1.2.8",
"author":"Brad Wood",
"homepage":"https://github.com/Ortus-Solutions/semanticVersion/",
"documentation":"https://github.com/Ortus-Solutions/semanticVersion/",
"repository":{
"type":"Git",
"URL":"[email protected]:Ortus-Solutions/semanticVersion.git"
},
"bugs":"https://github.com/Ortus-Solutions/semanticVersion/issues",
"slug":"semver",
"shortDescription":"This is a library that implements npm-style semantic versioning for CFML.",
"type":"modules",
"scripts":{
"onRelease":"publish",
"postPublish":"!git push --follow-tags"
},
"devDependencies":{
"testbox":"^5.1.0+2"
},
"installPaths":{
"testbox":"testbox/"
},
"ignore":[
"**/.*",
"/tests/",
"/server.json",
"**/*.md"
],
"dependencies":{}
}