- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
Latest commit
32 lines (32 loc) · 633 Bytes
/
Copy pathpackage.json
File metadata and controls
32 lines (32 loc) · 633 Bytes
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
{
"name": "eapi",
"description": "Arista EOS API (eAPI) implementation",
"version": "0.1.0",
"keywords": [
"Arista",
"EOS",
"eAPI",
"Arista Networks",
"switch"
],
"author": {
"name": "Thomas Williams",
"email": "twilliams@gmail.com"
},
"dependencies": {
"request": "2.x"
},
"readmeFilename": "README.md",
"main": "index.js",
"engines": {
"node": ">=0.6.0"
},
"repository": {
"type": "git",
"url": "https://github.com/thwi/node-eAPI"
},
"bugs": {
"url": "https://github.com/thwi/node-eAPI/issues"
},
"homepage": "https://github.com/thwi/node-eAPI"
}