-
Notifications
You must be signed in to change notification settings - Fork 4
/
compositor.json
157 lines (157 loc) · 7.05 KB
/
compositor.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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
{
"name": "spockframework/spockframework.github.io",
"version": "0.1.4",
"libraries": {
"xv": "^1.1.21"
},
"title": "Spock",
"branch": "",
"style": {
"name": "Default",
"componentSet": {
"nav": "nav/BasicNav",
"header": "header/BannerHeader",
"article": "article/BasicArticle",
"footer": "footer/BasicFooter"
},
"fontFamily": "-apple-system, BlinkMacSystemFont, sans-serif",
"fontWeight": 400,
"bold": 600,
"lineHeight": 1.5,
"typeScale": [
72,
48,
24,
20,
16,
14,
12
],
"monospace": "Menlo, monospace",
"heading": {
"fontFamily": null,
"fontStyle": null,
"fontWeight": 600,
"lineHeight": 1.25,
"textTransform": null,
"letterSpacing": null,
"h0": {},
"h1": {},
"h2": {},
"h3": {},
"h4": {},
"h5": {},
"h6": {}
},
"alternativeText": {},
"space": [
0,
8,
16,
32,
48,
64,
96
],
"layout": {
"maxWidth": 1024,
"centered": false
},
"colors": {
"text": "#111",
"background": "#fff",
"primary": "#08e",
"secondary": "#059",
"highlight": "#e08",
"border": "#ddd",
"muted": "#eee"
},
"border": {
"width": 1,
"radius": 2
},
"link": {},
"button": {
"hover": {
"boxShadow": "inset 0 0 0 999px rgba(0, 0, 0, .125)"
}
},
"input": {},
"body": {
"margin": 0
},
"breakpoints": {
"xs": "@media screen and (max-width:40em)",
"sm": "@media screen and (min-width:40em)",
"md": "@media screen and (min-width:52em)",
"lg": "@media screen and (min-width:64em)"
}
},
"content": [
{
"component": "header",
"heading": "Spock",
"subhead": "the enterprise ready specification framework",
"children": [
{
"component": "ui/TweetButton",
"text": "spockframework.github.io: Spock project homepage",
"url": null
},
{
"component": "ui/GithubButton",
"user": "spockframework",
"repo": "spockframework.github.io"
}
],
"links": [
{
"href": "http://docs.spockframework.org/",
"text": "Documentation"
},
{
"href": "http://github.spockframework.org/",
"text": "Source"
},
{
"href": "http://issues.spockframework.org/",
"text": "Issues"
},
{
"href": "http://forum.spockframework.org/",
"text": "Forum"
}
],
"slug": ""
},
{
"component": "article",
"metadata": {
"source": "github.readme"
},
"html": "<h2>What is it?</h2>\n<p>Spock is a testing and specification framework for Java and Groovy applications. What makes it stand out from the crowd is its beautiful and highly expressive specification language. Thanks to its JUnit runner, Spock is compatible with most IDEs, build tools, and continuous integration servers. Spock is inspired from <a href=\"http://www.junit.org/\">JUnit</a>, <a href=\"http://rspec.info/\">RSpec</a>, <a href=\"http://www.jmock.org/\">jMock</a>, <a href=\"http://www.mockito.org\">Mockito</a>, <a href=\"http://groovy.codehaus.org/\">Groovy</a>, <a href=\"http://www.scala-lang.org/\">Scala</a>, <a href=\"http://en.wikipedia.org/wiki/Vulcans\">Vulcans</a>, and other fascinating life forms.</p>\n<h2>How Do I Get Started?</h2>\n<p>Read ten reasons why Spock is for you, run your first spec in <a href=\"http://meetspock.appspot.com/?id=9001\">Spock Web Console</a>, fork the <a href=\"https://github.com/spockframework/spock-example\">spock-example</a> project, learn how to write a specification, or dive into the <a href=\"http://docs.spockframework.org\">reference documentation</a>.</p>\n<h2>Install</h2>\n<h3>with Gradle</h3>\n<pre><span class=\"hljs-selector-tag\">testCompile</span> "<span class=\"hljs-selector-tag\">org</span><span class=\"hljs-selector-class\">.spockframework</span><span class=\"hljs-selector-pseudo\">:spock-core</span><span class=\"hljs-selector-pseudo\">:1.1-groovy-2.4-rc-2"</span></pre><h3>with Maven:</h3>\n<pre><span class=\"hljs-tag\"><<span class=\"hljs-name\">dependency</span>></span>\n <span class=\"hljs-tag\"><<span class=\"hljs-name\">groupId</span>></span>org.spockframework<span class=\"hljs-tag\"></<span class=\"hljs-name\">groupId</span>></span>\n <span class=\"hljs-tag\"><<span class=\"hljs-name\">artifactId</span>></span>spock-core<span class=\"hljs-tag\"></<span class=\"hljs-name\">artifactId</span>></span>\n <span class=\"hljs-tag\"><<span class=\"hljs-name\">version</span>></span>1.1-groovy-2.4-rc-2<span class=\"hljs-tag\"></<span class=\"hljs-name\">version</span>></span>\n <span class=\"hljs-tag\"><<span class=\"hljs-name\">scope</span>></span>test<span class=\"hljs-tag\"></<span class=\"hljs-name\">scope</span>></span>\n<span class=\"hljs-tag\"></<span class=\"hljs-name\">dependency</span>></span></pre><h2>Where Are The Docs?</h2>\n<ul>\n<li>Reference Documentation: <a href=\"http://docs.spockframework.org\">http://docs.spockframework.org</a></li>\n<li>Wiki (old): <a href=\"http://wiki.spockframework.org\">http://wiki.spockframework.org</a></li>\n<li>Javadoc: <a href=\"http://javadoc.spockframework.org/latest\">http://javadoc.spockframework.org/latest</a></li>\n</ul>\n<h2>How Can I Get Involved?</h2>\n<ul>\n<li>Source Code: <a href=\"http://github.spockframework.org\">http://github.spockframework.org</a></li>\n<li>Issue Tracker: <a href=\"http://issues.spockframework.org\">http://issues.spockframework.org</a></li>\n<li>Discussion Forum: <a href=\"http://forum.spockframework.org\">http://forum.spockframework.org</a></li>\n<li>Continuous Build: <a href=\"http://builds.spockframework.org\">http://builds.spockframework.org</a></li>\n</ul>\n<h3>Supporters</h3>\n<p>Thanks to JetBrains for providing <a href=\"http://www.jetbrains.com/idea/\">IDEA</a> and <a href=\"http://www.jetbrains.com/teamcity/\">TeamCity</a> licenses.</p>\n<p>YourKit is kindly supporting open source projects with its full-featured Java Profiler.</p>\n<p>YourKit, LLC is the creator of innovative and intelligent tools for profiling\nJava and .NET applications. Take a look at YourKit's leading software products:\n<a href=\"http://www.yourkit.com/java/profiler/index.jsp\">YourKit Java Profiler</a> and\n<a href=\"http://www.yourkit.com/.net/profiler/index.jsp\">YourKit .NET Profiler</a>.</p>\n"
},
{
"component": "footer",
"links": [
{
"href": "https://github.com/spockframework/spock",
"text": "GitHub"
},
{
"href": "https://github.com/spockframework/spock/issues",
"text": "Issues"
},
{
"href": "http://forum.spockframework.org/",
"text": "Forum"
},
{
"href": "http://docs.spockframework.org/",
"text": "Documentation"
}
],
"heading": ""
}
]
}