forked from andris9/hoodiecrow
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
39 lines (39 loc) · 958 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
{
"name": "hoodiecrow-imap",
"version": "2.1.0",
"description": "Scriptable IMAP mock server for testing purposes",
"main": "app/server.js",
"scripts": {
"test": "grunt",
"build": "babel lib -d app",
"prepare": "npm run build"
},
"repository": {
"type" : "git",
"url" : "https://github.com/Rhymmor/hoodiecrow.git"
},
"keywords": [
"IMAP",
"IMAP server"
],
"dependencies": {
"babel-polyfill": "^6.23.0",
"babel-core": "^6.24.1",
"imap-handler": "~0.1.12",
"big.js": "~3.1.3"
},
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-loader": "^7.0.0",
"babel-preset-env": "^1.5.1",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"grunt": "~0.4.5",
"grunt-contrib-jshint": "~0.12.0",
"grunt-contrib-nodeunit": "~0.4.1",
"inbox": "~1.1.59"
},
"author": "Andris Reinman",
"license": "MIT"
}