UNPKG

1 kBJSONView Raw
1{
2 "name": "connectwise-action-api",
3 "version": "1.1.1",
4 "description": "A thin high performance JavaScript layer for the ConnectWise XML Action API designed for Node.js.",
5 "keywords": [
6 "api",
7 "connectwise"
8 ],
9 "author": "Richard Janicek <r@janicek.co> (http://www.janicek.co)",
10 "license": "MIT",
11 "homepage": "https://github.com/rjanicek/connectwise-action-api",
12 "repository": {
13 "type": "git",
14 "url": "https://github.com/rjanicek/connectwise-action-api"
15 },
16 "main": "index.js",
17 "dependencies": {
18 "async": "3.0.1",
19 "concat-stream": "2.0.0",
20 "hyperquest": "2.1.3",
21 "js2xmlparser": "4.0.0",
22 "lodash": "4.17.11",
23 "mime": "2.4.4",
24 "request": "2.88.0",
25 "sax": "1.2.4",
26 "saxpath": "0.6.5",
27 "xml2js": "0.4.19"
28 },
29 "devDependencies": {
30 "glob": "7.1.4",
31 "nodeunit": "0.11.3"
32 },
33 "scripts": {
34 "test": "node test",
35 "clean": "node test-clean",
36 "make-docs": "node available-reports.js > available-reports.md"
37 }
38}