fix UUID problem with projects and roles; removed bower
[osm/LW-UI.git] / package.json
diff --git a/package.json b/package.json
new file mode 100644 (file)
index 0000000..856c0c1
--- /dev/null
@@ -0,0 +1,20 @@
+{
+  "name": "lw-ui",
+  "version": "1.0.0",
+  "directories": {
+    "static": "node"
+  },
+  "dependencies": {
+    "admin-lte": "^2.4.12",
+    "bootbox": "^5.2.0",
+    "codemirror": "^5.36.0",
+    "components-font-awesome": "5.4.2",
+    "d3": "^4.13.0",
+    "moment": "^2.22.2"
+  },
+  "devDependencies": {},
+  "scripts": {
+    "test": "echo \"Error: no test specified\" && exit 1"
+  },
+  "author": "Francesco Lombardo <franclombardo@gmail.com>"
+}