James Peret 2 роки тому
коміт
06749e84e3
2 змінених файлів з 11 додано та 0 видалено
  1. 0 0
      index.js
  2. 11 0
      package.json

+ 11 - 0
package.json

@@ -0,0 +1,11 @@
+{
+  "name": "mail-subscription-service",
+  "version": "0.1.0",
+  "description": "Subscribe and unsubscribe users from lists",
+  "main": "index.js",
+  "scripts": {
+    "test": "echo \"Error: no test specified\" && exit 1"
+  },
+  "author": "James Peret <james.peret@gmail.com> (http://jamesperet.com)",
+  "license": "ISC"
+}