forked from Brightspace/node-auth-provisioning
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 852 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
{
"name": "brightspace-auth-provisioning",
"version": "2.1.3",
"description": "Make token assertions against an auth service",
"main": "src/index.js",
"scripts": {
"check-style": "eslint .",
"test": "npm run check-style"
},
"repository": {
"type": "git",
"url": "https://github.com/Brightspace/node-auth-provisioning.git"
},
"author": "D2L Corporation",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/Brightspace/node-auth-provisioning/issues"
},
"homepage": "https://github.com/Brightspace/node-auth-provisioning",
"dependencies": {
"bluebird": "^3.3.5",
"jws": "^3.1.3",
"querystringparser": "^0.1.1",
"superagent": "^1.8.3",
"uuid": "^2.0.2",
"xtend": "^4.0.1"
},
"devDependencies": {
"eslint": "^1.10.3",
"eslint-config-brightspace": "^0.1.0"
}
}