-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 829 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 829 Bytes
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
{
"name": "brightspace-auth-provisioning",
"version": "2.0.2",
"description": "Make token assertions against an auth service",
"main": "src/index.js",
"scripts": {
"check-style": "jscs . && jshint .",
"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": "^2.9.24",
"jsonwebtoken": "^5.0.0",
"querystringparser": "^0.1.1",
"superagent": "^1.2.0",
"xtend": "^4.0.0"
},
"devDependencies": {
"jscs": "^1.12.0",
"jshint": "^2.7.0"
}
}