summaryrefslogtreecommitdiff
path: root/bower.json
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--bower.json40
1 files changed, 0 insertions, 40 deletions
diff --git a/bower.json b/bower.json
deleted file mode 100644
index c0ebef6e..00000000
--- a/bower.json
+++ /dev/null
@@ -1,40 +0,0 @@
-{
- "name": "hackmd",
- "description": "Realtime collaborative markdown notes on all platforms.",
- "main": "app.js",
- "license": "MIT",
- "homepage": "https://github.com/hackmdio/hackmd",
- "moduleType": [
- "node"
- ],
- "ignore": [
- "**/.*",
- "node_modules",
- "bower_components",
- "test",
- "tests"
- ],
- "dependencies": {
- "bootstrap": "~3.3.7",
- "font-awesome": "~4.6.3",
- "Ionicons": "ionicons#~2.0.1",
- "reveal.js": "~3.3.0",
- "spin.js": "~2.3.2",
- "moment": "~2.15.1",
- "handlebars": "~4.0.5",
- "js-yaml": "~3.6.1",
- "raphael": "~2.2.6",
- "mermaid": "^6.0.0",
- "MathJax": "^2.7.0",
- "octicons": "~3.5.0",
- "velocity": "^1.3.1",
- "randomcolor": "randomColor#^0.4.4",
- "Idle.Js": "idle.js#^1.0.0",
- "gist-embed": "*",
- "emojify.js": "^1.1.0",
- "select2": "3.5.4"
- },
- "resolutions": {
- "jquery": "~3.1.1"
- }
-}