Skip to content

Commit

Permalink
Add dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
dmytroyarmak committed Feb 3, 2014
1 parent a498b2b commit 79bd1ba
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
5 changes: 4 additions & 1 deletion bower.json
Expand Up @@ -7,6 +7,9 @@
"license": "MIT",
"private": true,
"dependencies": {
"bootstrap": "~3.1.0"
"bootstrap": "~3.1.0",
"backbone": "~1.1.0",
"jquery": "~2.1.0",
"underscore": "~1.5.2"
}
}
4 changes: 4 additions & 0 deletions index.html
Expand Up @@ -21,5 +21,9 @@ <h1>Contact Manager</h1>
</div>
</div>
</div>

<script src="vendor/jquery/jquery.js"></script>
<script src="vendor/underscore/underscore.js"></script>
<script src="vendor/backbone/backbone.js"></script>
</body>
</html>

0 comments on commit 79bd1ba

Please sign in to comment.