-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
54 lines (54 loc) · 1.17 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
51
52
53
54
{
"name": "square-connect-api",
"version": "0.0.6",
"description": "Node api wrapper for Square Connect v1 and v2",
"main": "./index.js",
"scripts": {
"test": "NODE_ENV=test mocha ./test/index.js",
"generate-docs": "node doc-builder"
},
"repository": {
"type": "git",
"url": "https://github.com/MadisonReed/square-connect-api"
},
"engines": {
"node": ">=6.9.1"
},
"keywords": [
"square",
"square-api",
"square-connect-api",
"square-connect",
"square-node"
],
"author": {
"name": "Michael Walker",
"email": "[email protected]"
},
"contributors": [
{
"name": "Michael Walker",
"email": "[email protected]"
},
{
"name": "Don Kaiser",
"email": "[email protected]"
}
],
"license": "MIT",
"dependencies": {
"async": "^2.1.4",
"request": "^2.79.0",
"gm": "^1.23.0"
},
"devDependencies": {
"eslint": "^3.12.2",
"jsdoc-to-markdown": "^2.0.1",
"mocha": "^3.2.0",
"sinon": "^1.17.6"
},
"bugs": {
"url": "https://github.com/MadisonReed/square-connect-api/issues"
},
"homepage": "https://github.com/MadisonReed/square-connect-api"
}