-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.06 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
45
46
{
"name": "ebm-auth",
"version": "0.3.3",
"description": "Frontend and backend tools to automagically handle authentication in a filrouge project",
"main": "dist/express.js",
"browser": "dist/browser.js",
"files": [
"dist"
],
"scripts": {
"build": "rollup -c"
},
"repository": {
"type": "git",
"url": "git+https://github.com/EBM-2017-2018/ebm-auth.git"
},
"keywords": [
"express",
"jwt",
"auth"
],
"author": "Clément Michel",
"contributors": [
"Thomas Gaudin"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/EBM-2017-2018/ebm-auth/issues"
},
"homepage": "https://github.com/EBM-2017-2018/ebm-auth#readme",
"dependencies": {
"babel-runtime": "^6.26.0",
"https-proxy-agent": "^2.2.0",
"jsonwebtoken": "^8.2.0",
"node-fetch": "^2.1.1",
"qs": "^6.5.1",
"url": "^0.11.0"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.6.1",
"rollup": "^0.57.1",
"rollup-plugin-babel": "^3.0.3"
}
}