forked from cfwheels/cfwheels-example-app
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbox.json
50 lines (50 loc) · 1.75 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
{
"name":"CFWheels Example App",
"version":"0.0.2",
"author":"Tom King",
"location":"cfwheels/cfwheels-example-app#v0.0.2",
"directory":"",
"createPackageDirectory":false,
"packageDirectory":"",
"homepage":"https://github.com/cfwheels/cfwheels-example-app/",
"documentation":"https://github.com/cfwheels/cfwheels-example-app/wiki/",
"repository":{
"type":"git",
"URL":"https://github.com/cfwheels/cfwheels-example-app"
},
"bugs":"https://github.com/cfwheels/cfwheels-example-app/issues",
"slug":"cfwheels-example-app",
"shortDescription":"A CFWheels 2.x example app with user management, role based permissions and password resets",
"changelog":"https://github.com/cfwheels/cfwheels-example-app/CHANGELOG.md",
"type":"projects",
"keywords":[
"mvc",
"rails",
"wheels",
"cfwheels"
],
"private":false,
"license":[
{
"type":"Apache License 2.0",
"URL":"https://github.com/cfwheels/cfwheels-example-app/LICENSE"
}
],
"dependencies":{
"cfwheels-flashmessages-bootstrap":"^1.0.2",
"cfwheels-authenticateThis":"^1.0.1",
"cfwheels-js-confirm":"^1.0.5"
},
"installPaths":{
"cfwheels-flashmessages-bootstrap":"plugins/FlashMessagesBootstrap",
"cfwheels-authenticateThis":"plugins/authenticateThis",
"cfwheels-js-confirm":"plugins/jsconfirm"
},
"scripts":{
"postVersion":"package set location='cfwheels/cfwheels-example-app#v`package version`'",
"postPublish":"!git push --follow-tags",
"patch-release":"bump --patch && publish",
"minor-release":"bump --minor && publish",
"major-release":"bump --major && publish"
}
}