-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.54 KB
/
package.json
File metadata and controls
60 lines (60 loc) · 1.54 KB
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
{
"name": "byteskode-sms-callback",
"version": "0.1.1",
"description": "byteskode infobip sms deliveries & track callback",
"main": "index.js",
"scripts": {
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "https://github.com/byteskode/byteskode-sms-callback.git"
},
"keywords": [
"mongoose",
"mongoose-plugin",
"sms",
"infobip",
"byteskode-sms",
"deliveries",
"track",
"callback",
"send",
"resend",
"send",
"queue",
"persist"
],
"author": {
"name": "lykmapipo",
"email": "lallyelias87@gmail.com",
"url": "https://github.com/lykmapipo"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/byteskode/byteskode-sms-callback/issues"
},
"homepage": "https://github.com/byteskode/byteskode-sms-callback",
"devDependencies": {
"async": "^1.5.0",
"body-parser": "^1.15.1",
"chai": "^3.4.1",
"express": "^4.13.4",
"faker": "^3.1.0",
"grunt": "^0.4.5",
"grunt-contrib-jshint": "^0.11.3",
"grunt-contrib-watch": "^0.6.1",
"grunt-mocha-test": "^0.12.7",
"jshint-stylish": "^2.0.1",
"method-override": "^2.3.5",
"mocha": "^2.3.3",
"mongoose": "^4.4.17",
"supertest": "^1.2.0"
},
"dependencies": {
"byteskode-sms": "^0.3.0",
"config": "^1.20.1",
"lodash": "^4.12.0",
"moment": "^2.13.0"
}
}