-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 729 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 729 Bytes
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
{
"name": "ctrlmailenable",
"version": "1.0.2",
"description": "CtrlMailEnable é um conjunto de funções para gerenciar o MailEnable",
"author": "Paloma Macetko <cmacetko@gmail.com>",
"main": "index.js",
"scripts": {
"test": "node tests"
},
"homepage": "https://github.com/cmacetko/CtrlMailEnable",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/cmacetko/CtrlMailEnable"
},
"bugs": {
"url": "https://github.com/cmacetko/CtrlMailEnable/issues"
},
"keywords": [
"MailEnable",
"MailEnable server"
],
"dependencies": {
"async": "^3.2.0",
"node-powershell": "^4.0.0"
}
}