mirror of
https://github.com/Febbweiss/pdf-reader.git
synced 2026-03-04 22:25:38 +00:00
Feature: add .gitignore
This commit is contained in:
30
bower.json
Normal file
30
bower.json
Normal file
@@ -0,0 +1,30 @@
|
||||
{
|
||||
"name": "pdf-reader",
|
||||
"authors": [
|
||||
"febbweiss <fabrice.ecaille@gmail.com>"
|
||||
],
|
||||
"description": "A webpage to read stored pdf",
|
||||
"main": "index.html",
|
||||
"keywords": [
|
||||
"pdf",
|
||||
"reader"
|
||||
],
|
||||
"license": "MIT",
|
||||
"homepage": "",
|
||||
"ignore": [
|
||||
"**/.*",
|
||||
"node_modules",
|
||||
"bower_components",
|
||||
"test",
|
||||
"tests"
|
||||
],
|
||||
"dependencies": {
|
||||
"angular": "angularjs#1.6.6",
|
||||
"angular-pdf": "^2.0.0",
|
||||
"bulma": "^0.6.1",
|
||||
"font-awesome": "fontawesome#^4.7.0",
|
||||
"bower": "*",
|
||||
"install": "^1.0.4",
|
||||
"angularUtils-pagination": "angular-utils-pagination#^0.11.1"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user