Skip to content

Commit 827cb25

Browse files
committed
Using bower to manage vendor packages
1 parent a8123b6 commit 827cb25

57 files changed

Lines changed: 32 additions & 28426 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

bower.json

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
{
2+
"name": "hackmd",
3+
"description": "Realtime collaborative markdown notes on all platforms.",
4+
"main": "app.js",
5+
"authors": [
6+
"jackycute"
7+
],
8+
"license": "MIT",
9+
"homepage": "https://github.com/hackmdio/hackmd",
10+
"moduleType": [
11+
"node"
12+
],
13+
"ignore": [
14+
"**/.*",
15+
"node_modules",
16+
"bower_components",
17+
"test",
18+
"tests"
19+
],
20+
"dependencies": {
21+
"bootstrap": "~3.3.6",
22+
"jquery": "~2.1.4",
23+
"font-awesome": "~4.5.0",
24+
"reveal.js": "~3.2.0",
25+
"gsap": "greensock#~1.18.0",
26+
"jquery-mousewheel": "~3.1.13",
27+
"spin.js": "~2.3.2",
28+
"moment": "~2.10.6",
29+
"handlebars": "~4.0.5",
30+
"js-url": "~2.0.2"
31+
}
32+
}

public/vendor/bootstrap/css/bootstrap-theme.css

Lines changed: 0 additions & 476 deletions
This file was deleted.

public/vendor/bootstrap/css/bootstrap-theme.css.map

Lines changed: 0 additions & 1 deletion
This file was deleted.

public/vendor/bootstrap/css/bootstrap-theme.min.css

Lines changed: 0 additions & 5 deletions
This file was deleted.

0 commit comments

Comments
 (0)