-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 904 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
{
"name": "stdinbox",
"version": "0.0.0",
"description": "Rules engine for labelling gmail messages",
"main": "example.js",
"dependencies": {
"async": "~0.2.9",
"email-addresses": "^2.0.2",
"imap": "~0.8.6",
"knox": "~0.8.6",
"mongodb": "^2.1.2",
"node-etcd": "~2.0.5",
"optimist": "~0.6.1",
"redis": "~0.10.1",
"request": "~2.27.0",
"twilio": "^2.8.0",
"underscore": "~1.5.2"
},
"devDependencies": {
"mocha": "~1.17.1",
"istanbul": "~0.2.4"
},
"scripts": {
"test": "node node_modules/istanbul/lib/cli.js cover _mocha -- -R spec"
},
"repository": {
"type": "git",
"url": "git://github.com/smurthas/stdinbox.git"
},
"author": "",
"license": "MIT",
"gitHead": "84815cd4597920148946ce2be32ce3cf47caa331",
"readmeFilename": "README.md",
"bugs": {
"url": "https://github.com/smurthas/stdinbox/issues"
}
}