Updated package.json
Had references to BIG-IP which were not valid, this package does not require BIG-IP
This commit is contained in:
parent
92abc82d87
commit
c5f3dd9ce5
1 changed files with 2 additions and 6 deletions
|
@ -1,13 +1,9 @@
|
||||||
{
|
{
|
||||||
"BIG-IP-comments": [
|
"description": "A Websocket to SSH2 gateway using term.js, socket.io, ssh2, and express",
|
||||||
"package.json is the standard npm (www.npmjs.org) package definition file.",
|
|
||||||
"For more information please see www.npmjs.org/doc/package.json.html. "
|
|
||||||
],
|
|
||||||
"description": "A custom iRulesLX extension for BIG-IP",
|
|
||||||
"private": true,
|
"private": true,
|
||||||
"repository": {},
|
"repository": {},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": "0.11.12"
|
"node": "0.12.7"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"basic-auth": "^1.0.3",
|
"basic-auth": "^1.0.3",
|
||||||
|
|
Loading…
Reference in a new issue