-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
93 lines (93 loc) · 2.51 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
{
"name": "@lykmapipo/postman",
"version": "0.19.5",
"description": "collective notifications for nodejs",
"keywords": [
"lykmapipo",
"mongoose",
"express",
"postman",
"sms",
"email",
"push",
"notification",
"message",
"fcm"
],
"main": "index.js",
"scripts": {
"pretest": "npm run format",
"test": "NODE_ENV=test KUE_CONCURRENCY=1 KUE_TIMEOUT=0 grunt test",
"test:unit": "NODE_ENV=test KUE_CONCURRENCY=1 KUE_TIMEOUT=0 grunt unit",
"test:integration": "NODE_ENV=test KUE_CONCURRENCY=1 KUE_TIMEOUT=0 grunt integration",
"format": "prettier --write \"{lib,test,.}/**/*.js\" --loglevel silent"
},
"repository": {
"type": "git",
"url": "https://github.com/lykmapipo/postman.git"
},
"author": {
"name": "lykmapipo",
"email": "lallyelias87@gmail.com",
"url": "https://github.com/lykmapipo"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/lykmapipo/postman/issues"
},
"homepage": "https://github.com/lykmapipo/postman",
"contributors": [
{
"name": "lykmapipo",
"github": "https://github.com/lykmapipo"
}
],
"devDependencies": {
"@benmaruchu/faker": "^4.3.0",
"@lykmapipo/express-test-helpers": "^0.9.14",
"@lykmapipo/mongoose-test-helpers": ">=0.8.4",
"chai": "^4.2.0",
"grunt": "^1.3.0",
"grunt-contrib-jshint": "^3.0.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-mocha-test": "^0.13.3",
"handlebars": "^4.7.6",
"jshint-stylish": "^2.2.1",
"lodash.template": "^4.5.0",
"mocha": "^8.2.1",
"mongoose": ">=5.11.8",
"prettier": "^2.2.1",
"shelljs": "^0.8.4",
"supertest": "^6.0.1",
"websocket-extensions": ">=0.1.4"
},
"peerDependencies": {
"mongoose": ">=5.11.8"
},
"dependencies": {
"@lykmapipo/common": ">=0.42.4",
"@lykmapipo/env": ">=0.17.24",
"@lykmapipo/express-common": ">=0.18.14",
"@lykmapipo/express-rest-actions": ">=0.8.26",
"@lykmapipo/kue-common": ">=0.6.26",
"@lykmapipo/mongoose-common": ">=0.38.4",
"@lykmapipo/mongoose-exportable": ">=0.3.36",
"@lykmapipo/phone": ">=0.7.9",
"@lykmapipo/tz-ega-sms": ">=0.5.34",
"async": ">=3.2.0",
"bipsms": ">=0.6.19",
"country-data": "0.0.31",
"is-html": ">=2.0.0",
"kue": ">=0.11.6",
"lodash": ">=4.17.20",
"mongoose-kue": ">=0.9.26",
"mongoose-rest-actions": ">=0.30.6",
"node-gcm": ">=1.0.3",
"nodemailer": ">=6.4.17",
"smssync": ">=0.3.25"
},
"engines": {
"node": ">=8.6.0",
"npm": ">=5.3.0"
}
}