add package.json
[webi-installers/.git] / package.json
diff --git a/package.json b/package.json
new file mode 100644 (file)
index 0000000..3c9406f
--- /dev/null
@@ -0,0 +1,28 @@
+{
+  "name": "@webinstall/packages",
+  "version": "0.1.0",
+  "description": "webinstall script repository",
+  "main": "_webi/",
+  "scripts": {
+    "test": "node _webi/test.js ./node/"
+  },
+  "repository": {
+    "type": "git",
+    "url": "git+https://github.com/webinstall/packages.git"
+  },
+  "keywords": [
+    "webinstall",
+    "brew",
+    "apt",
+    "chocolately"
+  ],
+  "author": "AJ ONeal <coolaj86@gmail.com> (https://coolaj86.com/)",
+  "license": "MPL-2.0",
+  "bugs": {
+    "url": "https://github.com/webinstall/packages/issues"
+  },
+  "homepage": "https://github.com/webinstall/packages#readme",
+  "dependencies": {
+    "@root/request": "^1.6.1"
+  }
+}