forked from gpickin/coldbox-plugin-BCrypt
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update box.json dependencies [ci skip]
- Loading branch information
Showing
2 changed files
with
12 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
} |