-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 900 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 900 Bytes
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
{
"name": "coolsms-sdk",
"version": "1.0.0-beta.8",
"description": "COOLSMS SDK for node.js",
"main": "index.js",
"scripts": {
"docs:build": "./node_modules/jsdoc-to-markdown/bin/cli.js --files ./index.js ./**.js > docs/index.md --partial tooling/header.hbs",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/coolsms/coolsms-sdk-js.git"
},
"keywords": [
"Texting",
"SMS",
"LMS",
"MMS"
],
"author": "wileychoi",
"license": "MIT",
"bugs": {
"url": "https://github.com/coolsms/coolsms-sdk-js/issues"
},
"homepage": "https://github.com/coolsms/coolsms-sdk-js#readme",
"dependencies": {
"crypto-js": "^3.1.9-1",
"moment-timezone": "^0.5.11",
"request": "^2.81.0",
"uniqid": "^4.1.1"
},
"devDependencies": {
"jsdoc-to-markdown": "^3.0.0"
}
}