-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.05 KB
/
Copy pathpackage.json
File metadata and controls
50 lines (50 loc) · 1.05 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
{
"name": "apistore-sms",
"version": "0.10.29",
"description": "Transporter to send SMS/LMS/MMS via API Store SMS service",
"license": "MIT",
"author": "Claud D. Park <posquit0.bj@gmail.com> (http://www.posquit0.com)",
"contributors": [],
"homepage": "https://github.com/posquit0/node-apistore-sms#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/posquit0/node-apistore-sms.git"
},
"bugs": {
"url": "https://github.com/posquit0/node-apistore-sms/issues"
},
"keywords": [
"node",
"sms",
"mms",
"lms",
"send",
"client",
"apistore",
"api"
],
"engines": {
"node": ">=4"
},
"files": [
"index.js",
"lib/"
],
"main": "index",
"scripts": {
"test": "mocha",
"lint": "eslint lib test",
"lint:lib": "eslint lib",
"lint:test": "eslint test"
},
"dependencies": {
"axios": "^1.6.0",
"debug": "^3.1.0",
"lodash": "^4.14.0",
"moment": "^2.19.3"
},
"devDependencies": {
"eslint": "^4.12.1",
"eslint-config-omnious": "^0.3.1"
}
}