-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
36 lines (36 loc) · 933 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
{
"name": "noderunner",
"version": "1.0.0",
"description": "Daemon for background runnings jobs from Mongo queues (immediate, planned, history)",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"config": {
"unsafe-perm": true
},
"dependencies": {
"body-parser": "^1.19.0",
"chance": "^1.0.4",
"cron-parser": "^0.6.2",
"express": "^4.13.3",
"is-running": "^2.1.0",
"lodash": "^4.17.2",
"mongodb": "^2.0.35",
"nconf": "^0.7.1",
"nodemailer": "~1.3.4",
"nodemailer-smtp-transport": "^2.0.0",
"socket.io": "^1.3.7",
"winston": "^1.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/dvorakjan/noderunner.git"
},
"author": "Jan Dvorak",
"license": "ISC",
"bugs": {
"url": "https://github.com/dvorakjan/noderunner/issues"
},
"homepage": "https://github.com/dvorakjan/noderunner"
}