diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..b512c09 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +node_modules \ No newline at end of file diff --git a/package.json b/package.json new file mode 100644 index 0000000..595f69c --- /dev/null +++ b/package.json @@ -0,0 +1,23 @@ +{ + "name": "clippy.js", + "version": "1.0.0", + "description": "Add Clippy or his friends to any website for instant nostalgia.", + "repository": { + "type": "git", + "url": "git+https://github.com/smore-inc/clippy.js.git" + }, + "keywords": [ + "clippy", + "nostalgia", + "novelty" + ], + "author": { + "name": "Smore", + "url": "https://www.smore.com/" + }, + "license": "MIT", + "bugs": { + "url": "https://github.com/smore-inc/clippy.js/issues" + }, + "homepage": "https://www.smore.com/clippy-js" +}