Jelajahi Sumber

Adding bower.json file for frontend dependencies

David Leonard 10 tahun lalu
induk
melakukan
c8e57bbacf
1 mengubah file dengan 19 tambahan dan 0 penghapusan
  1. 19 0
      bower.json

+ 19 - 0
bower.json

@@ -0,0 +1,19 @@
+{
+  "name": "django-hackathon-starter",
+  "version": "0.0.0",
+  "authors": [
+    "David Leonard <sephirothcloud1025@yahoo.com>"
+  ],
+  "description": "Django boilerplate project for hackathons",
+  "keywords": [
+    "Django",
+    "Python",
+    "API",
+    "RESTful"
+  ],
+  "license": "MIT",
+  "dependencies": {
+    "bootstrap": "~3.3.4",
+    "jquery": "~2.1.3"
+  }
+}