-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 745 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 745 Bytes
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
{
"name": "bs-semantic-ui-react",
"version": "0.2.0",
"description": "Bucklescript bindings for Semantic UI React",
"license": "MIT",
"keywords": [
"reason",
"react",
"bindings",
"ui",
"semantic-ui"
],
"homepage": "https://github.com/voodoos/bs-semantic-ui-react",
"repository": {
"type": "git",
"url": "https://github.com/voodoos/bs-semantic-ui-react"
},
"bugs": {
"url": "https://github.com/voodoos/bs-semantic-ui-react/issues"
},
"dependencies": {
"semantic-ui-css": "^2.3.1",
"semantic-ui-react": "^0.80.2"
},
"devDependencies": {
"bs-platform": "^3.1.4",
"reason-react": "^0.4.2"
}
}