-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
54 lines (54 loc) · 1.55 KB
/
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
45
46
47
48
49
50
51
52
53
54
{
"name": "browserbox2",
"version": "1.0.5",
"author": {
"name": "Andris Reinman",
"email": "andris@kreata.ee"
},
"bugs": {
"url": "https://github.com/whiteout-io/browserbox/issues"
},
"dependencies": {
"mimefuncs": "0.3.9",
"nodemailer": "^6.3.1",
"wo-imap-handler": "0.1.14",
"wo-utf7": "2.0.2"
},
"description": "IMAP client not for browsers but for node.",
"devDependencies": {
"chai": "4.2.0",
"es6-promise": "4.2.8",
"eslint": "^6.7.0",
"eslint-config-nodemailer": "^1.2.0",
"eslint-config-prettier": "^6.7.0",
"grunt": "1.0.4",
"grunt-contrib-clean": "2.0.0",
"grunt-contrib-connect": "2.1.0",
"grunt-contrib-copy": "1.0.0",
"grunt-contrib-jshint": "2.1.0",
"grunt-contrib-watch": "1.1.0",
"grunt-mocha-phantomjs": "4.0.0",
"grunt-mocha-test": "0.13.3",
"hoodiecrow": "1.3.30",
"mocha": "6.2.2",
"node-forge": "0.9.1",
"phantomjs": "2.1.7",
"requirejs": "2.3.6",
"sinon": "7.5.0",
"wo-stringencoding": "0.1.1"
},
"homepage": "https://github.com/whiteout-io/browserbox",
"keywords": [
"IMAP"
],
"license": "MIT",
"main": "src/browserbox",
"repository": {
"type": "git",
"url": "git://github.com/whiteout-io/browserbox.git"
},
"scripts": {
"pretest": "cd node_modules/node-forge/ && npm install && npm run minify && cd ../..",
"test": "grunt"
}
}