forked from Mikej81/f5-wsstar-ilx
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 933 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
{
"BIG-IP-comments": [
"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,
"repository": {},
"engines": {
"node": "0.11.12"
},
"dependencies": {
"crypto": "0.0.3",
"ejs": "^2.5.6",
"f5-nodejs": "0.0.3",
"fs": "0.0.2",
"https": "^1.0.0",
"jsonwebtoken": "^7.3.0",
"moment": "^2.18.1",
"querystring": "^0.2.0",
"saml": "^0.10.2",
"thumbprint": "0.0.1",
"xml-crypto": "^0.9.0",
"xml-encryption": "^0.10.0",
"xmldom": "^0.1.27"
},
"name": "fakeadfs_extension",
"version": "0.1.1",
"main": "index.js",
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Michael Coleman <[email protected]>",
"license": "ISC"
}