Skip to content

Commit

Permalink
simplified bower.json with version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
sayanee committed Jan 15, 2014
1 parent 3f53203 commit 68fae28
Showing 1 changed file with 4 additions and 27 deletions.
31 changes: 4 additions & 27 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,31 +1,8 @@
{
"name": "angular-pdf",
"version": "0.1.0",
"authors": [
"Sayanee <sayanee@gmail.com>"
],
"description": "dist/angular-pdf.js",
"main": "dist/angular-pdf.js",
"keywords": [
"angularjs",
"pdfjs",
"directive",
"pdf",
"viewer",
"viewer",
"zoom",
"next",
"previous",
"controls",
"pdf"
],
"version": "0.1.1",
"description": "An Angularjs directive <ng-pdf> to display PDF in the browser with PDFJS.",
"main": "./dist/angular-pdf.js",
"license": "MIT",
"homepage": "http://github.com/sayanee/angular-pdf",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
"homepage": "http://github.com/sayanee/angular-pdf"
}

0 comments on commit 68fae28

Please sign in to comment.