aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorHolden Rohrer <holden.rohrer@gmail.com>2019-12-01 09:27:48 -0500
committerHolden Rohrer <holden.rohrer@gmail.com>2019-12-01 09:27:48 -0500
commit9b96209d8f27bb0a208293516cdd43b80b58bc70 (patch)
tree1a3667e93e9308259000fc5f20423507895b3a58 /package.json
initial commit
Diffstat (limited to 'package.json')
-rw-r--r--package.json19
1 files changed, 19 insertions, 0 deletions
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 <holden.rohrer@pm.me>",
+ "license": "MIT",
+ "bugs": {
+ "url": "https://github.com/feynmansfedora/ywot-clean/issues"
+ },
+ "homepage": "https://github.com/feynmansfedora/ywot-clean#readme"
+}