-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
41 lines (41 loc) · 1.08 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
{
"name": "redis-notifications",
"version": "0.2.1",
"description": "A redis based notification engine. It implements the rsmq-worker to savely create notifications and recurring reports",
"keywords": [],
"homepage": "https://github.com/mpneuried/redis-notifications",
"bugs": "https://github.com/mpneuried/redis-notifications/issues",
"author": {
"name": "mpneuried",
"email": "",
"url": "https://github.com/redis-notifications"
},
"main": "./index.js",
"repository": {
"type": "git",
"url": "https://github.com/mpneuried/redis-notifications.git"
},
"scripts": {
"test": "grunt test"
},
"engines": {
"node": ">= 0.10.0"
},
"license": "MIT",
"dependencies": {
"mpbasic": "0.0.x",
"rsmq-worker": "0.5.x",
"lodash": "4.x",
"moment-timezone": "0.5.x",
"obj-schema": "1.2.x"
},
"devDependencies": {
"should": "11.x",
"grunt": "1.0.x",
"grunt-contrib-watch": "1.0.x",
"grunt-contrib-coffee": "1.x",
"grunt-include-replace": "5.x",
"grunt-mocha-cli": "2.x",
"grunt-contrib-clean": "1.x"
}
}