-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 850 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"name": "textgun",
"version": "0.0.11",
"author": "Cyrus Eslami <[email protected]>",
"description": "Send text messages for free.",
"scripts": {
"lint": "./bin/lint",
"test": "./bin/test",
"watch-lint": "./bin/watch-lint",
"watch-test": "./bin/watch-test"
},
"main": "./index.js",
"contributors": [
{
"name": "Cyrus Eslami",
"email": "[email protected]"
}
],
"repository": {
"type": "git",
"url": "https://github.com/ceslami/textgun.git"
},
"keywords": [
"text",
"email",
"free text",
"text via email"
],
"dependencies": {
"nodemailer": "0.6.3",
"underscore": "1.6.0",
"q": "1.1.2"
},
"devDependencies": {
"mocha": "*",
"should": "*",
"chai": "*",
"sinon": "*"
},
"license": "MIT",
"engines": {
"node": ">=0.6"
}
}