-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
37 lines (37 loc) · 902 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
{
"name": "auth0-authz-rules-api",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"async": "~0.9.0",
"auth0": "^2.0.0-alpha.5",
"azure-storage": "~0.4.1",
"bcrypt": "~0.8.3",
"couchbase": "~1.2.1",
"easy-pbkdf2": "0.0.2",
"jsonwebtoken": "~0.4.1",
"knex": "~0.6.3",
"lodash": "~2.4.1",
"mongo-getdb": "~1.2.0",
"mongodb": "~1.3.15",
"mysql": "~2.0.0-alpha8",
"node-cassandra-cql": "^0.4.4",
"pg": "^4.1.1",
"pubnub": "^3.7.0",
"q": "~1.0.1",
"range_check": "0.0.1",
"request": "~2.27.0",
"tedious": "~0.1.4",
"xml2js": "~0.2.8",
"xmldom": "~0.1.13",
"xpath": "0.0.5",
"xtend": "~1.0.3"
},
"author": "",
"license": "MIT",
"homepage": "https://github.com/auth0/auth0-authz-rules-api"
}