forked from solapi/solapi-nodejs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.15 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
{
"name": "solapi",
"version": "4.1.1",
"description": "Javascript 용 SOLAPI SDK Version 4",
"main": "index.js",
"scripts": {
"lint": "node ./node_modules/standard/bin/cmd.js",
"test": "export NODE_ENV=test && npm run lint && ./node_modules/mocha/bin/mocha ./tests/**/*.js --require mocha-clean --reporter=mocha-better-spec-reporter --timeout=10000 --exit"
},
"repository": {
"type": "git",
"url": "git+https://github.com/solapi/solapi-sdk-js-v4.git"
},
"keywords": [
"solapi",
"sms",
"rest",
"api"
],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/solapi/solapi-sdk-js-v4/issues"
},
"homepage": "https://github.com/solapi/solapi-sdk-js-v4#readme",
"dependencies": {
"crypto-js": "^3.1.9-1",
"fs": "0.0.1-security",
"image-to-base64": "^2.0.1",
"moment": "^2.22.1",
"nanoid": "^2.0.3",
"path": "^0.12.7",
"qs": "^6.9.1",
"request": "^2.85.0",
"request-promise": "^4.2.6"
},
"devDependencies": {
"chai": "^4.1.2",
"mocha": "^5.0.5",
"mocha-better-spec-reporter": "^3.1.0",
"mocha-clean": "^1.0.0",
"standard": "^11.0.1"
}
}