|
1 | 1 | { |
2 | | - "name":"@MODULE_NAME@", |
| 2 | + "name":"CommandBox Sprint Namer", |
3 | 3 | "version":"1.0.0", |
4 | | - "location":"https://downloads.ortussolutions.com/ortussolutions/commandbox-modules/@MODULE_SLUG@/@build.version@/@MODULE_SLUG@-@build.version@.zip", |
5 | | - "slug":"@MODULE_SLUG@", |
| 4 | + "location":"https://downloads.ortussolutions.com/ortussolutions/commandbox-modules/commandbox-sprint-namer/@build.version@/commandbox-sprint-namer-@build.version@.zip", |
| 5 | + "slug":"commandbox-sprint-namer", |
6 | 6 | "author":"Ortus Solutions, Corp", |
7 | | - "homepage":"https://www.forgebox.io/view/@MODULE_SLUG@", |
| 7 | + "homepage":"https://www.forgebox.io/view/commandbox-sprint-namer", |
8 | 8 | "documentation":"https://github.com/commandbox-modules/wiki", |
9 | 9 | "repository":{ |
10 | 10 | "type":"git", |
11 | | - "url":"https://github.com/commandbox-modules/@MODULE_SLUG@" |
| 11 | + "url":"https://github.com/commandbox-modules/commandbox-sprint-namer" |
12 | 12 | }, |
13 | | - "bugs":"https://github.com/commandbox-modules/@MODULE_SLUG@/issues", |
14 | | - "shortDescription":"@module_description@", |
| 13 | + "bugs":"https://github.com/commandbox-modules/commandbox-sprint-namer/issues", |
| 14 | + "shortDescription":"A handy command to generate sprint names", |
15 | 15 | "type":"commandbox-modules", |
16 | | - "keywords": [], |
| 16 | + "keywords":[], |
17 | 17 | "license":[ |
18 | 18 | { |
19 | 19 | "type":"Apache2", |
20 | 20 | "url":"http://www.apache.org/licenses/LICENSE-2.0" |
21 | 21 | } |
22 | 22 | ], |
23 | | - "contributors":[ |
24 | | - ], |
25 | | - "devDependencies":{ |
26 | | - "commandbox-cfformat":"*", |
| 23 | + "contributors":[], |
| 24 | + "devDependencies":{ |
| 25 | + "commandbox-cfformat":"*", |
27 | 26 | "commandbox-docbox":"*" |
28 | 27 | }, |
29 | 28 | "dependencies":{ |
| 29 | + "mockdatacfc":"^3.5.0+5" |
30 | 30 | }, |
31 | 31 | "installPaths":{ |
| 32 | + "mockdatacfc":"modules/mockdatacfc/" |
32 | 33 | }, |
33 | | - "ignore":[ |
| 34 | + "ignore":[ |
34 | 35 | "**/.*", |
35 | 36 | "test-harness", |
36 | | - "/server*.json" |
| 37 | + "/server*.json" |
37 | 38 | ], |
38 | 39 | "scripts":{ |
39 | | - "build:docs":"task run taskFile=build/Build.cfc target=docs :projectName=`package show slug` :version=`package show version`", |
40 | | - "build:module":"task run taskFile=build/Build.cfc :projectName=`package show slug` :version=`package show version`", |
41 | | - "runTests" : "task run taskFile=build/Build.cfc target=runTests :projectName=`package show slug` :version=`package show version`", |
42 | | - "setupTemplate": "task run taskFile=build/SetupTemplate.cfc", |
| 40 | + "build:docs":"task run taskFile=build/Build.cfc target=docs :projectName=`package show slug` :version=`package show version`", |
| 41 | + "build:module":"task run taskFile=build/Build.cfc :projectName=`package show slug` :version=`package show version`", |
| 42 | + "runTests":"task run taskFile=build/Build.cfc target=runTests :projectName=`package show slug` :version=`package show version`", |
| 43 | + "setupTemplate":"task run taskFile=build/SetupTemplate.cfc", |
43 | 44 | "format:check":"cfformat check commands,build,ModuleConfig.cfc", |
44 | 45 | "format:watch":"cfformat watch commands,build,ModuleConfig.cfc", |
45 | 46 | "format":"cfformat run commands,build,ModuleConfig.cfc --overwrite", |
|
0 commit comments