From aa97ddf1599b50d180eaad4c7d8621f63bfbd0ef Mon Sep 17 00:00:00 2001 From: Steve Grunwell Date: Sat, 4 Mar 2017 16:52:28 -0500 Subject: [PATCH] Add a package.json file to the repository --- .gitignore | 1 + package.json | 23 +++++++++++++++++++++++ 2 files changed, 24 insertions(+) create mode 100644 .gitignore create mode 100644 package.json 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" +}