Skip to content

Commit

Permalink
update box.json dependencies [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
jclausen committed Mar 15, 2017
1 parent 3b37601 commit 83a3a72
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ tests/resources/app/testbox
tests/resources/app/modules
tests/logs
tests/results
jBCrypt-*
tests/resources/jBCrypt-*
22 changes: 11 additions & 11 deletions tests/box.json
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
{
"name" : "BCrypt Test Harness",
"version" : "1.0.0",
"author" : "Ortus Solutions",
"name" :"BCrypt Test Harness",
"version" :"1.0.0",
"author" :"Ortus Solutions",
"contributors" :[
"Seth Feldkamp",
"Brad Wood <[email protected]>",
"Luis Majano <[email protected]>",
"Jon Clausen <[email protected]>"
],
"devDependencies" :{
"cbjavaloader": "^1.1.0",
"testbox" : "^2.3.0+00044",
"coldbox" : "^4.2.0+00002",
"jBCrypt-0.4" : "http://www.mindrot.org/files/jBCrypt/jBCrypt-0.4.zip"
"cbjavaloader":"^1.1.0",
"testbox" :"^2.3.0+00044",
"coldbox" :"^4.2.0+00002",
"jBCrypt-0.4" :"http://www.mindrot.org/files/jBCrypt/jBCrypt-0.4.zip"
},
"installPaths" :{
"coldbox" : "resources/app/coldbox",
"testbox" : "resources/app/testbox",
"cbjavaloader": "resources/app/modules/cbjavaloader",
"jBCrypt-0.4" : "resources/jBCrypt-0.4"
"coldbox" :"resources/app/coldbox",
"testbox" :"resources/app/testbox",
"cbjavaloader":"resources/app/modules/cbjavaloader",
"jBCrypt-0.4" :"resources/jBCrypt-0.4"
}
}

0 comments on commit 83a3a72

Please sign in to comment.