فهرست منبع

Initial commit

James Peret 2 سال پیش
کامیت
06749e84e3
2فایلهای تغییر یافته به همراه11 افزوده شده و 0 حذف شده
  1. 0 0
      index.js
  2. 11 0
      package.json

+ 0 - 0
index.js


+ 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"
+}