-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.06 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
{
"name": "loopback-connector-enviosms",
"version": "1.0.0",
"description": "EnviosSMS connector for the LoopBack framework.",
"main": "index.js",
"scripts": {
"test": "mocha -G --timeout 10000 --require test/init.js test/*.test.js",
"lint": "eslint --fix .",
"posttest": "npm run lint && nsp check"
},
"repository": {
"type": "git",
"url": "git://github.com/cbullokles/loopback-connector-enviossms.git"
},
"dependencies": {
"node-rest-client": "^3.1.0",
"loopback-connector": "4.4.0"
},
"devDependencies": {
"eslint": "^5.1.0",
"eslint-config-loopback": "^8.0.0",
"loopback-datasource-juggler": "^3.13.0",
"mocha": "~4.0.1",
"nsp": "^3.1.0",
"should": "^13.1.3"
},
"engines": {
"node": ">=6"
},
"keywords": [
"connector",
"datasource",
"sms",
"fukuroo",
"loopback",
"strongloop",
"enviossms"
],
"author": "Cristian Bullokles <[email protected]> (http://fukuroo.io)",
"license": "MIT",
"bugs": "https://github.com/dyaa/loopback-connector-enviossms/issues",
"homepage": "https://github.com/dyaa/loopback-connector-enviossms"
}