-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathpackage.json
45 lines (45 loc) · 914 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
43
44
45
{
"name": "buddyworksapi",
"version": "1.0.11",
"author": "Buddy Works",
"description": "Buddy Works APIs Client Library for Node.js",
"contributors": [
{
"name": "Mike Hankus",
"email": "[email protected]"
},
{
"name": "Paul Kapala",
"email": "[email protected]"
}
],
"engines": {
"node": ">=4"
},
"main": "./lib/buddyworksapi",
"repository": {
"type": "git",
"url": "https://github.com/buddy-works/buddy-works-node-api.git"
},
"keywords": [
"buddy",
"buddy works",
"buddy api",
"buddy works api",
"client library"
],
"dependencies": {
"qs": "^6.9.4",
"request": "^2.88.2"
},
"devDependencies": {
"chai": "^4.2.0",
"jshint": "^2.12.0",
"mocha": "^8.2.1"
},
"scripts": {
"lint": "jshint lib test",
"test": "mocha --reporter spec --timeout 4000"
},
"license": "Apache-2.0"
}