forked from emailjs/emailjs-imap-client
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
47 lines (47 loc) · 1.24 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
{
"name": "browserbox",
"version": "0.9.1",
"homepage": "https://github.com/whiteout-io/browserbox",
"description": "IMAP client for browsers.",
"author": "Andris Reinman <[email protected]>",
"keywords": [
"IMAP"
],
"license": "MIT",
"scripts": {
"pretest": "cd node_modules/node-forge/ && npm install && npm run minify && cd ../..",
"test": "grunt"
},
"repository": {
"type": "git",
"url": "git://github.com/whiteout-io/browserbox.git"
},
"main": "src/browserbox",
"dependencies": {
"axe-logger": "~0.0.2",
"mimefuncs": "~0.3.4",
"tcp-socket": "~0.5.0",
"wo-addressparser": "^0.1.3",
"wo-imap-handler": "~0.1.14",
"wo-utf7": "~2.0.2"
},
"devDependencies": {
"chai": "~3.2.0",
"grunt": "~0.4.1",
"grunt-mocha-phantomjs": "~1.0.0",
"grunt-contrib-connect": "~0.11.0",
"grunt-contrib-jshint": "~0.11.2",
"grunt-contrib-copy": "^0.8.0",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-watch": "^0.6.1",
"mocha": "~2.2.5",
"phantomjs": "~1.9.7-1",
"requirejs": "~2.1.10",
"sinon": "^1.11.0",
"hoodiecrow": "^1.1.21",
"node-forge": "~0.6.11",
"wo-stringencoding": "~0.1.1",
"grunt-mocha-test": "^0.12.7",
"es6-promise": "^2.0.1"
}
}