ソースを参照

Starting project

Brendan Abolivier 8 年 前
コミット
4644a48bb8
署名者: Brendan Abolivier <contact@brendanabolivier.com> GPGキー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
+