Skip to content

Commit 8a1d48c

Browse files
Adds package.json
1 parent 35b21a4 commit 8a1d48c

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

package.json

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)