Brendan Abolivier преди 8 години
ревизия
4644a48bb8
Signed by: Brendan Abolivier <contact@brendanabolivier.com> GPG key ID: 8EF1500759F70623
променени са 1 файла, в които са добавени 27 реда и са изтрити 0 реда
  1. 27
    0
      package.json

+ 27
- 0
package.json Целия файл

@@ -0,0 +1,27 @@
1
+{
2
+    "name": "sendmeamail",
3
+    "version": "0.0.1",
4
+    "contributors": [
5
+        {
6
+            "name": "Brendan Abolivier",
7
+            "email": "contact@brendanabolivier.com"
8
+        }
9
+    ],
10
+    "repository": {
11
+        "type": "git",
12
+        "url": "git+https://github.com/babolivier/smam.git"
13
+    },
14
+    "scripts": {
15
+        "start": "node --use_strict server.js"
16
+    },
17
+    "dependencies": {
18
+        "americano": "0.4.5",
19
+        "nodemailer": "2.4.2",
20
+        "printit": "0.1.20"
21
+    },
22
+    "license": {
23
+        "type": "GPL-3.0",
24
+        "url": "https://www.gnu.org/licenses/gpl-3.0-standalone.html"
25
+    }
26
+}
27
+