Skip to content

Commit

Permalink
Merge pull request #1 from potherca-contrib/master
Browse files Browse the repository at this point in the history
Adds basic NPM packages file.
  • Loading branch information
ThomasWeinert authored Oct 29, 2018
2 parents 2977ba6 + 9e4711d commit cc30aae
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"name": "reveal-badges",
"version": "1.2.1",
"description": "Add badges to blocks in a reveal.js presentation",
"homepage": "http://thomas.weinert.info/reveal-badges/",
"license": "MIT",
"author": [
"Thomas Weinert <thomas@weinert.info>"
],
"keywords": [
"reveal",
"badges",
"source"
],
"files": [
"src/badges.js",
"src/badges.css"
],
"ignore": [
"**/.*",
"doc",
"example"
]
}

0 comments on commit cc30aae

Please sign in to comment.