-
Notifications
You must be signed in to change notification settings - Fork 7
/
box.json
66 lines (66 loc) · 1.72 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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"name":"Integrated",
"version":"4.0.1",
"author":"Eric Peterson",
"location":"elpete/integrated#v4.0.1",
"directory":"",
"createPackageDirectory":true,
"packageDirectory":"",
"homepage":"https://github.com/elpete/integrated",
"documentation":"https://github.com/elpete/integrated/wiki",
"repository":{
"type":"git",
"URL":"https://github.com/elpete/integrated"
},
"bugs":"https://github.com/elpete/integrated/issues",
"slug":"integrated",
"shortDescription":"A TestBox package for even better Integration tests in ColdBox!",
"description":"A TestBox package for even better Integration tests in ColdBox!",
"type":"testing",
"keywords":[
"testbox",
"coldbox",
"integration",
"testing",
"database"
],
"scripts":{
"postVersion":"package set location='elpete/integrated#v`package version`'",
"onRelease":"publish",
"postPublish":"!git push && git push --tags"
},
"private":false,
"license":[
{
"type":"MIT",
"URL":"http://opensource.org/licenses/MIT"
}
],
"devDependencies":{
"coldbox":"^5.0.0",
"testbox":"^2.0.0",
"docbox":"^2.0.0"
},
"ignore":[
"**/.*",
"test",
"tests",
"docs",
"composer.json",
"composer.lock",
"gulpfile.js",
"package.json",
"server.json"
],
"installPaths":{
"testbox":"testbox/",
"coldbox":"tests/resources/SampleApp/coldbox/",
"docbox":"docbox/"
},
"testbox":{
"runner":"http://localhost:12121/tests/runner.cfm"
},
"dependencies":{
"testbox":"^2.0.0"
}
}