summaryrefslogtreecommitdiff
path: root/bower.json
diff options
context:
space:
mode:
authorWu Cheng-Han2015-11-29 00:50:53 -0600
committerWu Cheng-Han2015-11-29 00:50:53 -0600
commit827cb259dbab20422726dad2b6371c5a4ac54096 (patch)
tree90b99745f48c2fb21cb4e78e56ffa42cd8d191bb /bower.json
parenta8123b6306f0672c718157fd7badd7d367fc67d6 (diff)
Using bower to manage vendor packages
Diffstat (limited to 'bower.json')
-rw-r--r--bower.json32
1 files changed, 32 insertions, 0 deletions
diff --git a/bower.json b/bower.json
new file mode 100644
index 00000000..6167b352
--- /dev/null
+++ b/bower.json
@@ -0,0 +1,32 @@
+{
+ "name": "hackmd",
+ "description": "Realtime collaborative markdown notes on all platforms.",
+ "main": "app.js",
+ "authors": [
+ "jackycute"
+ ],
+ "license": "MIT",
+ "homepage": "https://github.com/hackmdio/hackmd",
+ "moduleType": [
+ "node"
+ ],
+ "ignore": [
+ "**/.*",
+ "node_modules",
+ "bower_components",
+ "test",
+ "tests"
+ ],
+ "dependencies": {
+ "bootstrap": "~3.3.6",
+ "jquery": "~2.1.4",
+ "font-awesome": "~4.5.0",
+ "reveal.js": "~3.2.0",
+ "gsap": "greensock#~1.18.0",
+ "jquery-mousewheel": "~3.1.13",
+ "spin.js": "~2.3.2",
+ "moment": "~2.10.6",
+ "handlebars": "~4.0.5",
+ "js-url": "~2.0.2"
+ }
+}