From 9b96209d8f27bb0a208293516cdd43b80b58bc70 Mon Sep 17 00:00:00 2001 From: Holden Rohrer Date: Sun, 1 Dec 2019 09:27:48 -0500 Subject: initial commit --- package.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 package.json (limited to 'package.json') diff --git a/package.json b/package.json new file mode 100644 index 0000000..53cfb9e --- /dev/null +++ b/package.json @@ -0,0 +1,19 @@ +{ + "name": "ywot-clean", + "version": "1.0.0", + "description": "An improved version of the ywot node.js api", + "main": "index.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/feynmansfedora/ywot-clean.git" + }, + "author": "Holden Rohrer ", + "license": "MIT", + "bugs": { + "url": "https://github.com/feynmansfedora/ywot-clean/issues" + }, + "homepage": "https://github.com/feynmansfedora/ywot-clean#readme" +} -- cgit