|
1 | 1 | {
|
2 |
| - "name" : "BCrypt", |
3 |
| - "version" : "3.0.0", |
4 |
| - "location": "https://downloads.ortussolutions.com/ortussolutions/coldbox-modules/bcrypt/@build.version@/[email protected]@.zip", |
5 |
| - "author" : "Ortus Solutions <[email protected]>", |
6 |
| - "homepage" : "https://github.com/coldbox-modules/bcrypt", |
7 |
| - "documentation" : "https://github.com/coldbox-modules/bcrypt", |
8 |
| - "repository" :{ |
9 |
| - "type" : "git", |
10 |
| - "url" : "https://github.com/coldbox-modules/bcrypt" |
| 2 | + "name":"BCrypt", |
| 3 | + "version":"3.0.1", |
| 4 | + "location": "https://downloads.ortussolutions.com/ortussolutions/coldbox-modules/bcrypt/@build.version@/[email protected]@.zip", |
| 5 | + "author":"Ortus Solutions <[email protected]>", |
| 6 | + "homepage":"https://github.com/coldbox-modules/bcrypt", |
| 7 | + "documentation":"https://github.com/coldbox-modules/bcrypt", |
| 8 | + "repository":{ |
| 9 | + "type":"git", |
| 10 | + "url":"https://github.com/coldbox-modules/bcrypt" |
11 | 11 | },
|
12 |
| - "bugs" : "https://ortussolutions.atlassian.net/secure/RapidBoard.jspa?projectKey=CCM", |
13 |
| - "slug" : "BCrypt", |
14 |
| - "shortDescription": "A ColdBox module for BCrypt. Creates cryptographically strong (and slow) password hashes.", |
15 |
| - "type" : "modules", |
16 |
| - "contributors" :[ |
| 12 | + "bugs":"https://ortussolutions.atlassian.net/secure/RapidBoard.jspa?projectKey=CCM", |
| 13 | + "slug":"BCrypt", |
| 14 | + "shortDescription":"A ColdBox module for BCrypt. Creates cryptographically strong (and slow) password hashes.", |
| 15 | + "type":"modules", |
| 16 | + "contributors":[ |
17 | 17 | "Seth Feldkamp",
|
18 | 18 |
|
19 | 19 | "Luis Majano <[email protected]>",
|
|
23 | 23 | "**/.*",
|
24 | 24 | "tests",
|
25 | 25 | "*/.md"
|
26 |
| - ], |
27 |
| - "dependencies" :{ |
28 |
| - "cbjavaloader": "^2.0.0" |
29 |
| - }, |
30 |
| - "scripts":{ |
| 26 | + ], |
| 27 | + "dependencies":{ |
| 28 | + "cbjavaloader":"^2.0.0" |
| 29 | + }, |
| 30 | + "scripts":{ |
31 | 31 | "release":"recipe build/release.boxr",
|
32 | 32 | "format":"cfformat run *.cfc,models/,test-harness/tests/specs",
|
33 | 33 | "format:watch":"cfformat watch *.cfc,models/,test-harness/tests/specs ./.cfformat.json",
|
|
0 commit comments