forked from Brightspace/superagent-d2l-session-auth
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.13 KB
/
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
38
39
40
41
42
43
44
{
"name": "superagent-d2l-session-auth",
"version": "1.1.0",
"description": "A superagent plugin that adds D2L auth headers",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/Brightspace/superagent-d2l-session-auth"
},
"keywords": [
"d2l",
"free-range",
"frau",
"superagent"
],
"author": "D2L Corporation",
"license": "Apache-2.0",
"peerDependencies": {
"superagent": "^1.2.0"
},
"devDependencies": {
"coveralls": "^2.11.2",
"eslint": "^1.8.0",
"eslint-config-brightspace": "0.0.3",
"istanbul": "^0.3.5",
"lie": "^3.0.1",
"mocha": "^2.0.1",
"nock": "^0.51.0",
"rewire": "^2.3.4",
"should": "^5.0.1",
"sinon": "^1.15.4",
"superagent": "^1.2.0"
},
"scripts": {
"check-style": "eslint .",
"pretest": "npm run check-style",
"test": "istanbul cover ./node_modules/mocha/bin/_mocha test/*.js -- -R spec",
"report-coverage": "cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage"
},
"dependencies": {
"frau-jwt": "^1.1.0",
"frau-superagent-xsrf-token": "^1.0.1"
}
}