Skip to content

Commit

Permalink
add bower dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
hdngr committed Nov 29, 2015
1 parent 83db31c commit dace08d
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .bowerrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"directory": "components"
}
25 changes: 25 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"name": "sriracha-admin",
"description": "An admin middleware for mongoose and express.",
"main": "index.js",
"authors": [
"hdngr <[email protected]>"
],
"license": "ISC",
"homepage": "https://github.com/hdngr/siracha",
"moduleType": [
"node"
],
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"components",
"test",
"tests"
],
"dependencies": {
"tinymce": "~4.3.0",
"eonasdan-bootstrap-datetimepicker": "~4.17.37"
}
}

0 comments on commit dace08d

Please sign in to comment.