forked from zerobounce/zerobounce-javascript-api-v2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 981 Bytes
/
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
{
"name": "zerobounce-node-api",
"version": "2.0.0",
"description": "Forked zerobounce api for npm",
"main": "ZeroBounceApi.js",
"scripts": {
"lint": "eslint \"./*.js\" \"./**/*.js\"",
"lint-fix": "eslint --fix \"./*.js\" \"./**/*.js\"",
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/potatomasterrace/zerobounce-javascript-api-v2.git"
},
"keywords": [
"zerobounce",
"email",
"cleaning"
],
"author": "Reda Bourial",
"license": "ISC",
"bugs": {
"url": "https://github.com/potatomasterrace/zerobounce-javascript-api-v2/issues"
},
"homepage": "https://github.com/potatomasterrace/zerobounce-javascript-api-v2#readme",
"devDependencies": {
"chai": "^4.1.2",
"eslint": "^5.4.0",
"eslint-config-google": "^0.9.1",
"mocha": "^5.2.0",
"rewire": "^4.0.1",
"sinon": "^6.1.5"
},
"dependencies": {
"request": "^2.88.0",
"request-promise": "^4.2.2"
}
}