forked from lykmapipo/bipsms
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.27 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.27 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
{
"name": "bipsms",
"version": "0.1.0",
"description": "Send SMS(s), query their delivery reports and sending history in nodejs using infobip JSON API",
"main": "src/index.js",
"scripts": {
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "https://github.com/lykmapipo/bipsms"
},
"keywords": [
"infobip",
"sms",
"transport",
"send",
"inbox",
"receive",
"received logs",
"balance",
"report",
"delivery",
"logs",
"send logs"
],
"author": "lykmapipo <lallyelias87@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/lykmapipo/bipsms/issues"
},
"dependencies": {
"async": "^1.4.2",
"lodash": "^3.10.1",
"request": "^2.60.0"
},
"devDependencies": {
"chai": "~1.10.0",
"faker": "^3.0.1",
"grunt": "~0.4.1",
"grunt-contrib-jshint": "^0.11.2",
"grunt-contrib-watch": "~0.5.3",
"grunt-mocha-test": "^0.12.7",
"jshint-stylish": "^2.0.1",
"load-grunt-tasks": "^3.2.0",
"mocha": "^2.2.5",
"nock": "^2.10.0",
"querystring": "^0.2.0",
"url-querystring": "^2.1.1"
}
}