Skip to content
This repository has been archived by the owner on Jan 11, 2020. It is now read-only.

Commit

Permalink
Add bower config
Browse files Browse the repository at this point in the history
  • Loading branch information
fpellet committed Aug 23, 2015
1 parent 4542d4f commit b91249e
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
## files generated by popular Visual Studio add-ons.

node_modules/
bower_components/
src/*/*.js
src/*/*.map
src/*.js
Expand Down
1 change: 1 addition & 0 deletions Jquery.ajaxFile.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
<Content Include="karma.conf.js" />
<Content Include="LICENSE" />
<Content Include="package.json" />
<Content Include="bower.json" />
<None Include="plugin\ajaxFile.knockout.ts" />
<Content Include="README.md" />
<Content Include="scriptWrapper.js" />
Expand Down
29 changes: 29 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
"name": "jquery.ajaxFile",
"version": "0.0.4",
"main": [
"dist/ajaxFile.js"
],
"homepage": "https://github.com/fpellet/jquery.ajaxFile",
"authors": [
"fpellet <florent.pellet@gmail.com>"
],
"moduleType": [
"amd",
"globals"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests",
"Demo",
"*.csproj",
"*.sln"
],
"dependencies": {
"jquery": ">= 1.9.1"
}
}

0 comments on commit b91249e

Please # to comment.