Skip to content

Commit

Permalink
config
Browse files Browse the repository at this point in the history
  • Loading branch information
ptshih committed May 20, 2014
1 parent 45f5ff8 commit 9772716
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
raw
*.sw?
.DS_Store
node_modules
bower_components
7 changes: 7 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
test/
Rakefile
docs/
raw/
examples/
index.html
.jshintrc
21 changes: 21 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"name": "woodhouse",
"version": "0.2.14",
"main": "woodhouse.js",
"ignore": [
"woodhouse-min.js",
"docs",
"examples",
"test",
"*.yml",
"*.map",
".html",
"*.ico"
],
"dependencies": {
"backbone": ">=1.1.2",
"underscore": ">=1.6.0",
"jquery": ">=1.11.0"
},
"homepage": "https://github.com/ptshih/woodhouse.git"
}

0 comments on commit 9772716

Please sign in to comment.