Browse Source

run npm init

Josh Bicking 7 years ago
commit
d3384fe0ee
2 changed files with 20 additions and 0 deletions
  1. 1 0
      README.md
  2. 19 0
      package.json

+ 1 - 0
README.md

@@ -0,0 +1 @@
+# sendd

+ 19 - 0
package.json

@@ -0,0 +1,19 @@
+{
+  "name": "sendd",
+  "version": "1.0.0",
+  "description": "direct file sender",
+  "main": "index.js",
+  "scripts": {
+    "test": "echo \"Error: no test specified\" && exit 1"
+  },
+  "repository": {
+    "type": "git",
+    "url": "git+https://github.com/Josh1147582/sendd.git"
+  },
+  "author": "Josh Bicking",
+  "license": "GPL-3.0",
+  "bugs": {
+    "url": "https://github.com/Josh1147582/sendd/issues"
+  },
+  "homepage": "https://github.com/Josh1147582/sendd#readme"
+}