-
Notifications
You must be signed in to change notification settings - Fork 2
/
box.json
29 lines (29 loc) · 1.09 KB
/
box.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"name" : "Marvel API",
"slug" : "marvel-api",
"version" : "0.0.7.0",
"author" : "Matt Gifford <[email protected]>",
"location" : "https://github.com/coldfumonkeh/marvel-api",
"directory" : "",
"createPackageDirectory" : "false",
"Homepage" : "https://github.com/coldfumonkeh/marvel-api",
"Documentation" : "https://github.com/coldfumonkeh/marvel-api",
"Repository" : {
"type" : "git", "URL" : "https://github.com/coldfumonkeh/marvel-api"
},
"Bugs" : "https://github.com/coldfumonkeh/marvel-api/issues",
"shortDescription" : "ColdFusion wrapper written to interact with the Marvel API.",
"keywords" : [ "marvel", "api", "comics" ],
"private" : "false",
"engines" : [
{ "type" : "railo", "version" : ">=4.1.x" },
{ "type" : "adobe", "version" : ">=9.0.0" }
],
"defaultEngine" : "railo",
"defaultPort" : "8085",
"License" : [
{ "type" : "MIT", "URL" : "" }
],
"Contributors" : [ {"name": "Matt Gifford", "url": "https://www.monkehworks.com"} ],
"ignore" : [ "tests/*", "README.md", "Vagrantfile", "mxunit/*", ".gitignore", "travis.yml", "build.xml" ]
}