-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
35 lines (35 loc) · 858 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": "meraki-service",
"version": "0.1.0",
"description": "A Cisco Meraki Dashboard API service library. Uses Axios.",
"main": "meraki-service.js",
"scripts": {
"jsdoc": "jsdoc -c jsdoc.config.json meraki-service.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"Cisco",
"Meraki",
"Dashboard"
],
"author": "Cory Guynn",
"license": "Apache-2.0",
"engines": {
"node": ">=8.11.3"
},
"dependencies": {
"axios": "git+https://github.com/axios/axios.git",
"axios-debug": "0.0.4",
"debug": "^3.1.0",
"json-bigint": "^0.2.3"
},
"devDependencies": {
"axios-debug-log": "^0.4.0",
"debug-http": "^1.1.0",
"docdash": "^0.4.0",
"global-request-logger": "^0.1.1",
"lodash": "^4.17.10",
"loke-jsdoc-theme": "^2.1.0",
"node-vcr": "^1.4.4"
}
}