-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·48 lines (48 loc) · 1.21 KB
/
package.json
File metadata and controls
executable file
·48 lines (48 loc) · 1.21 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
{
"name": "telstramessagingapilib",
"version": "2.2.3",
"description": " The Telstra SMS Messaging API allows your applications to send and receive SMS text messages from Australia's leading network operator. It also allows your application to track the delivery status of both sent and received SMS messages. ",
"main": "./lib/index.js",
"scripts": {
"lint": "eslint lib",
"start": "node ./bin/www"
},
"keywords": [],
"author": "APIMATIC SDK Generator",
"bugs": {
"email": "support@apimatic.io"
},
"devDependencies": {
"eslint": "^3.18.0",
"eslint-config-airbnb": "^14.1.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^4.0.0",
"eslint-plugin-react": "^6.10.3"
},
"dependencies": {
"body-parser": "^1.18.2",
"express": "^4.16.2",
"moment": "^2.17.1",
"node-base64-image": "^1.0.4",
"request": "^2.83.0",
"body-parser": "^1.18.0",
"http": "*"
},
"eslintConfig": {
"extends": "airbnb",
"env": {
"commonjs": true,
"node": true,
"mocha": true
},
"rules": {
"indent": [
"error",
4
],
"no-underscore-dangle": 0,
"strict": 0,
"prefer-rest-params": 0
}
}
}