11{
22 "name" :" CFWheels Example App" ,
3- "version" :" 0.0.0 " ,
3+ "version" :" 0.0.1 " ,
44 "author" :" Tom King" ,
5- "location" :" neokoenig /cfwheels-example-app#v0.0.0 " ,
5+ "location" :" cfwheels /cfwheels-example-app#v0.0.1 " ,
66 "directory" :" " ,
77 "createPackageDirectory" :false ,
88 "packageDirectory" :" " ,
9- "homepage" :" https://github.com/neokoenig /cfwheels-example-app/" ,
10- "documentation" :" https://github.com/neokoenig /cfwheels-example-app/" ,
9+ "homepage" :" https://github.com/cfwheels /cfwheels-example-app/" ,
10+ "documentation" :" https://github.com/cfwheels /cfwheels-example-app/wiki /" ,
1111 "repository" :{
1212 "type" :" git" ,
13- "URL" :" https://github.com/neokoenig /cfwheels-example-app"
13+ "URL" :" https://github.com/cfwheels /cfwheels-example-app"
1414 },
15- "bugs" :" https://github.com/neokoenig /cfwheels-example-app/issues" ,
16- "slug" :" cfwheels" ,
17- "shortDescription" :" CFWheels MVC Framework " ,
18- "changelog" :" https://github.com/neokoenig /cfwheels-example-app/CHANGELOG.md" ,
19- "type" :" mvc " ,
15+ "bugs" :" https://github.com/cfwheels /cfwheels-example-app/issues" ,
16+ "slug" :" cfwheels-example-app " ,
17+ "shortDescription" :" A CFWheels 2.x example app with user management, role based permissions and password resets " ,
18+ "changelog" :" https://github.com/cfwheels /cfwheels-example-app/CHANGELOG.md" ,
19+ "type" :" projects " ,
2020 "keywords" :[
2121 " mvc" ,
2222 " rails" ,
2727 "license" :[
2828 {
2929 "type" :" Apache License 2.0" ,
30- "URL" :" https://github.com/neokoenig /cfwheels-example-app/LICENSE"
30+ "URL" :" https://github.com/cfwheels /cfwheels-example-app/LICENSE"
3131 }
3232 ],
3333 "dependencies" :{
3939 "cfwheels-flashmessages-bootstrap" :" plugins/FlashMessagesBootstrap" ,
4040 "cfwheels-authenticateThis" :" plugins/authenticateThis" ,
4141 "cfwheels-js-confirm" :" plugins/jsconfirm"
42+ },
43+ "scripts" :{
44+ "postVersion" :" package set location='cfwheels/cfwheels-example-app#v`package version`'" ,
45+ "postPublish" :" !git push --follow-tags" ,
46+ "patch-release" :" bump --patch && publish" ,
47+ "minor-release" :" bump --minor && publish" ,
48+ "major-release" :" bump --major && publish"
4249 }
43- }
50+ }
0 commit comments