forked from pipedrive/client-nodejs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 865 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
39
40
41
42
{
"name": "pipedrive",
"version": "3.0.9",
"description": "Pipedrive REST client for NodeJS",
"keywords": [
"pipedrive",
"CRM",
"sales",
"contacts",
"customers",
"deals",
"pipeline",
"sales pipeline"
],
"license": "MIT",
"homepage": "https://github.com/pipedrive/client-nodejs",
"main": "./lib/Pipedrive",
"engines": {
"node": ">=6.0"
},
"repository": {
"type": "git",
"url": "http://github.com/pipedrive/client-nodejs.git"
},
"scripts": {
"test": "./node_modules/mocha/bin/mocha ./test/unit"
},
"dependencies": {
"async": "~0.9.0",
"fetch": "~0.3.6",
"lodash": "^4.17.15",
"mime": "~1.4.1",
"qs": "~6.0.4",
"sockjs-client": "^1.3.0"
},
"devDependencies": {
"chai": "^4.1.2",
"mocha": "^5.2.0",
"proxyquire": "^2.0.1",
"sinon": "^6.1.4"
}
}