forked from ColdBox/coldbox-platform
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbox-original.json
47 lines (46 loc) · 1.31 KB
/
box-original.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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"name": "ColdBox Platform",
"version": "@build.version@[email protected]@",
"location": "http://downloads.ortussolutions.com/ortussolutions/coldbox/@build.version@/[email protected]@.zip",
"author": "Ortus Solutions <[email protected]>",
"slug": "coldbox",
"packageDirectory": "coldbox",
"type": "mvc",
"keywords": "mvc,conventions,coldbox",
"homepage": "https://www.coldbox.org",
"documentation": "https://coldbox.ortusbooks.com/",
"repository": {
"type": "git",
"url": "https://github.com/coldbox/coldbox-platform"
},
"bugs": "https://ortussolutions.atlassian.net/browse/COLDBOX",
"shortDescription": "A conventions based MVC development framework",
"license": [{
"type": "Apache2",
"url": "http://www.apache.org/licenses/LICENSE-2.0.html"
}],
"contributors": [
"Brad Wood <[email protected]>",
"Curt Gratz <[email protected]>"
],
"ignore": [
"**/.*",
"tests",
"apidocs",
"testbox",
"*/.md"
],
"testbox": {
"runner": [{
"default": "http://localhost:8599/tests/runner.cfm"
}]
},
"devDependencies": {
"testbox": "^2.5.0"
},
"installPaths": {
"testbox": "testbox"
},
"scripts": {
}
}