Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# IntelliJ project files
.idea
*.iml
/node_modules/
4 changes: 4 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
examples
**/.**
/Lettering.js.iml
/node_modules/
25 changes: 25 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"name": "letteringjs",
"version": "0.7.1",
"description": "We developed a lightweight, easy to use Javascript `span` injector for radical Web Typography, we're calling it \"lettering-jay-ess\", and we're releasing it today for free over on Github. Let me demo it for you: `</stevejobs>`",
"main": "jquery.lettering.js",
"directories": {
"example": "examples"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/davatron5000/Lettering.js"
},
"author": "Dave Rupert",
"license": "WTFPL",
"bugs": {
"url": "https://github.com/davatron5000/Lettering.js/issues"
},
"homepage": "https://github.com/davatron5000/Lettering.js#readme",
"dependencies": {
"jquery": "^1.6.2"
}
}