Skip to content

Commit

Permalink
Add bower support.
Browse files Browse the repository at this point in the history
  • Loading branch information
dinoboff committed Jan 9, 2014
1 parent 087b42c commit 75da13d
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
bower_components/*
node_modules/*
27 changes: 27 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"name": "papa-parse",
"main": "jquery.parse.js",
"version": "2.0.0",
"homepage": "http://papaparse.com",
"authors": [
"Matt mholt"
],
"description": "Papa is a powerful CSV (delimited text) parser",
"keywords": [
"jquery",
"csv",
"parse",
"decode"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"jquery": "~2.0.0"
}
}

0 comments on commit 75da13d

Please sign in to comment.