We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35b21a4 commit 8a1d48cCopy full SHA for 8a1d48c
package.json
@@ -0,0 +1,19 @@
1
+{
2
+ "name" : "semantic-ui-css",
3
+ "version" : "1.9.1",
4
+ "title" : "Semantic UI",
5
+ "description" : "CSS Only distribution of Semantic UI",
6
+ "homepage" : "http://www.semantic-ui.com",
7
+ "author" : "Jack Lukic <[email protected]>",
8
+ "license" : "MIT",
9
+ "repository": {
10
+ "type" : "git",
11
+ "url" : "git://github.com/Semantic-Org/Semantic-UI-CSS.git"
12
+ },
13
+ "bugs": {
14
+ "url" : "https://github.com/Semantic-Org/Semantic-UI/issues"
15
16
+ "dependencies": {
17
+ "jquery" : "x.*"
18
+ }
19
+}
0 commit comments