-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
35 lines (35 loc) · 857 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
{
"name": "freshsales-api",
"version": "1.0.0",
"description": "FreshSales Api for NodeJS",
"main": "freshSales.js",
"dependencies": {
"bluebird": "^3.4.1",
"lodash": "^4.13.1",
"request": "^2.73.0",
"snyk": "^1.192.3"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"snyk-protect": "snyk protect",
"prepublish": "npm run snyk-protect"
},
"keywords": [
"freshsales",
"api",
"wrapper",
"nodeJS"
],
"author": "Manish M. Demblani",
"license": "ISC",
"repository": {
"type": "git",
"url": "git+https://github.com/mdemblani/nodejs-freshsales-api.git"
},
"bugs": {
"url": "https://github.com/mdemblani/nodejs-freshsales-api/issues"
},
"homepage": "https://github.com/mdemblani/nodejs-freshsales-api#readme",
"snyk": true
}