-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 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
{
"author": "mpneuried, <[email protected]> (www.tcs.de)",
"name": "tcs_node_mail_client",
"description": "TCS node Mail Client",
"tags": [ "mail", "service", "send", "template", "simple", "tcs" ],
"version": "0.2.3",
"homepage": "www.tcs.de",
"private": false,
"main": "./lib/index.js",
"scripts": {
"test": "mocha ./test/test.js"
},
"repository": {
"type": "git",
"url": "[email protected]:mpneuried/tcs_mail_node_client.git"
},
"license": "MIT",
"engines": {
"node": "> 0.8.10"
},
"scripts": {
"test": "mocha ./test/test.js"
},
"dependencies":{
"async":"1.5.x",
"lodash":"4.x",
"request":"2.69.x"
},
"devDependencies":{
"coffee-script":"1.10.x",
"grunt":"0.4.x",
"grunt-contrib-coffee":"1.0.x",
"grunt-contrib-watch":"0.6.x",
"grunt-include-replace":"3.2.x",
"grunt-mocha-cli":"2.0.x",
"should":"8.2.x"
}
}