Updated package.json

Had references to BIG-IP which were not valid, this package does not
require BIG-IP
This commit is contained in:
billchurch 2016-05-20 08:48:14 -04:00
parent 92abc82d87
commit c5f3dd9ce5

View file

@ -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",