-
Notifications
You must be signed in to change notification settings - Fork 246
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
simplified bower.json with version bump
- Loading branch information
Showing
1 changed file
with
4 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,31 +1,8 @@ | ||
{ | ||
"name": "angular-pdf", | ||
"version": "0.1.0", | ||
"authors": [ | ||
"Sayanee <[email protected]>" | ||
], | ||
"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": "https://github.com/sayanee/angular-pdf", | ||
"ignore": [ | ||
"**/.*", | ||
"node_modules", | ||
"bower_components", | ||
"test", | ||
"tests" | ||
] | ||
"homepage": "https://github.com/sayanee/angular-pdf" | ||
} |