diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..b6905f5 --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +# IntelliJ project files +.idea +*.iml +/node_modules/ diff --git a/.npmignore b/.npmignore new file mode 100644 index 0000000..5fc9621 --- /dev/null +++ b/.npmignore @@ -0,0 +1,4 @@ +examples +**/.** +/Lettering.js.iml +/node_modules/ diff --git a/package.json b/package.json new file mode 100644 index 0000000..f34ed2d --- /dev/null +++ b/package.json @@ -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: ``", + "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" + } +}