Module Inception

{
"name" : "ColdBox ORM Extensions",
"version" : "1.0.3",
"author" : "Luis Majano <[email protected]",
"slug" : "cborm",
"type" : "modules",
"homepage" : "http://www.coldbox.org",
"documentation" : "http://wiki.coldbox.org",
"repository" : { "type" : "git", "url" : "https://github.com/ColdBox/cbox-cborm" },
"shortDescription" : "Enhances the ColdFusion ORM with tons of utilities.",
"license" : [
{ "type" : "Apache2", "url" : "http://www.apache.org/licenses/LICENSE-2.0.html" }
],
"contributors" : [
"Brad Wood <[email protected]>", "Curt Gratz <[email protected]>", "Joel Watson <[email protected]>"
],
"dependencies" :{
"cbvalidation" : "1.0.2"
},
"ignore":[
"**/.*",
"tests",
"apidocs",
"*/.md"
]
}Last updated
Was this helpful?