summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json11
1 files changed, 6 insertions, 5 deletions
diff --git a/package.json b/package.json
index 0ae8985..d3b46e5 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,8 @@
{
- "name" : "blachat",
- "version" : "0.1.0",
- "main" : "main.js"
+ "name": "blachat",
+ "version": "0.1.0",
+ "main": "main.js",
+ "dependencies": {
+ "semantic-ui": "^2.1.8"
+ }
}
-
-