Skip to content
This repository has been archived by the owner on Apr 26, 2018. It is now read-only.

Commit

Permalink
Add Bower
Browse files Browse the repository at this point in the history
  • Loading branch information
anaisbetts committed Dec 7, 2014
1 parent fbce689 commit 7dafa80
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .bowerrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"directory": "static/components/",
"analytics": true,
"timeout": 120000
}
21 changes: 21 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"name": "atom-shell-starter",
"version": "0.1.0",
"homepage": "https://github.com/atom/atom-shell-starter",
"authors": [
"Paul Betts <paul@paulbetts.org>"
],
"license": "MIT",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"static/components/",
"test",
"tests"
],
"dependencies": {
"jquery": "~2.1.1"
}
}

0 comments on commit 7dafa80

Please sign in to comment.