Skip to content

Commit

Permalink
Add packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Jetroid committed Sep 13, 2016
1 parent 9b808f1 commit c73c4c8
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 0 deletions.
21 changes: 21 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"name": "bigtext.js",
"main": "bigtext.js",
"homepage": "https://github.com/Jetroid/bigtext.js",
"authors": [
"Jetroid <holtjet@gmail.com>"
],
"description": "JS component that makes HTML text tags as big as possible while still fitting on the parent. Adapted from DanielHoffmann/jquery-bigtext",
"keywords": [
"bigtext",
"text"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}
23 changes: 23 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"name": "bigtext.js",
"version": "1.0.0",
"description": "JS component that makes HTML text tags as big as possible while still fitting on the parent. Adapted from DanielHoffmann/jquery-bigtext",
"main": "bigtext.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Jetroid/bigtext.js.git"
},
"keywords": [
"bigtext",
"text"
],
"author": "Jet Holt",
"license": "MIT",
"bugs": {
"url": "https://github.com/Jetroid/bigtext.js/issues"
},
"homepage": "https://github.com/Jetroid/bigtext.js#readme"
}

0 comments on commit c73c4c8

Please sign in to comment.