-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
38 lines (38 loc) · 938 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
{
"name": "clearpass-csv2api",
"version": "1.0.0",
"description": "Helper CLI tool that will convert a local CSV file to a series of REST POST creation calls.",
"homepage": "https://github.com/aruba/clearpass-csv2api",
"main": "clearpass-csv2api.js",
"bin": "./clearpass-csv2api.js",
"repository": {
"type": "git",
"url": "git://github.com/aruba/clearpass-csv2api.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"clearpass",
"aruba",
"networks",
"clearpass",
"api",
"csv"
],
"author": {
"name": "Garth Benedict (HPE)",
"email": "garth.benedict@hpe.com",
"url": "http://www.arubanetworks.com/"
},
"license": "Apache-2.0",
"dependencies": {
"aruba-clearpass-api": "^2.2.0",
"async": "^3.2.6",
"commander": "^12.1.0",
"csv-parser": "^3.0.0"
},
"devDependencies": {
"standard": "^17.1.2"
}
}