Skip to content

Commit

Permalink
Added package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
a-coox committed Feb 6, 2018
1 parent bc5bbae commit 347fd37
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 2 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
node_modules
Gruntfile.js
compiler.jar
package.json
package-lock.json
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ simpleTyper.init().start($('#example')[0]);

## Settings
These can be passed in as a object to `simpleTyper.settings()`, or applied directly to an element by adding
`data-typer-{your-property}="{your-value}"`.
`data-typer-{your-property}="{your-value}"` to the HTML.

### speed
Type: `Number` (ms), Default: `1000`
Expand Down
26 changes: 26 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"name": "simpletyper",
"version": "1.0.0",
"description": "A simple, minimal (3kb) typewriter effect plugin.",
"main": "simpleTyper.js",
"directories": {
"example": "example",
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Belgiumese/SimpleTyper.js.git"
},
"keywords": [
"typer",
"typewriter",
"effect",
"plugin"
],
"author": "Belgiumese",
"license": "MIT",
"bugs": {
"url": "https://github.com/Belgiumese/SimpleTyper.js/issues"
},
"homepage": "https://github.com/Belgiumese/SimpleTyper.js#readme"
}

0 comments on commit 347fd37

Please sign in to comment.