-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
50 lines (50 loc) · 1.38 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
45
46
47
48
49
50
{
"name": "@zenvia/zenvia-sms-core",
"version": "0.1.0",
"description": "Full and official implementation of Zenvia SMS API for NodeJS.",
"main": "index.js",
"scripts": {
"test": "mocha --reporter spec",
"lint": "eslint '**/*.js'",
"lint:fix": "eslint '**/*.js' --fix",
"npm-check": "./node_modules/.bin/npm-check",
"npm-update": "./node_modules/.bin/npm-check --update"
},
"author": "Jonatas Freitas <[email protected]> (https://github.com/jonatasfreitasv)",
"license": "MIT",
"dependencies": {
"figlet": "^1.2.0",
"restify": "^7.2.1",
"restify-plugins": "^1.6.0",
"unirest": "^0.5.1"
},
"engines": {
"node": ">=4.2.4"
},
"devDependencies": {
"chai": "^4.1.2",
"coveralls": "^3.0.1",
"eslint": "^4.19.1",
"eslint-config-airbnb": "^16.1.0",
"eslint-plugin-import": "^2.12.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-react": "^7.9.1",
"eslint-plugin-standard": "^3.1.0",
"istanbul": "^0.4.5",
"mocha": "^5.2.0",
"mocha-lcov-reporter": "^1.3.0",
"npm-check": "^5.7.1"
},
"directories": {
"lib": "lib",
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zenvia/zenvia-sms-core.git"
},
"bugs": {
"url": "https://github.com/zenvia/zenvia-sms-core/issues"
},
"homepage": "https://github.com/zenvia/zenvia-sms-core#readme"
}