|
@@ -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
|
+
|