Skip to content

Commit

Permalink
Add bower.
Browse files Browse the repository at this point in the history
  • Loading branch information
dgraham committed Oct 12, 2014
1 parent 550087c commit 32ecc0b
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
16 changes: 16 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"name": "fetch",
"version": "0.0.1",
"main": "fetch.js",
"devDependencies": {
"qunit": "1.14.0"
},
"ignore": [
".*",
"*.md",
"examples/",
"Makefile",
"package.json",
"test/"
]
}
8 changes: 8 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"private": true,
"devDependencies": {
"bower": "1.3.8",
"jshint": "2.5.2",
"node-qunit-phantomjs": "0.2.2"
}
}

0 comments on commit 32ecc0b

Please sign in to comment.