Using bower to manage vendor packages

This commit is contained in:
Wu Cheng-Han
2015-11-29 00:50:53 -06:00
parent a8123b6306
commit 827cb259db
57 changed files with 32 additions and 28426 deletions

32
bower.json Normal file
View File

@@ -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"
}
}