forked from jsonwebtoken/jsonwebtoken.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
83 lines (83 loc) · 2.66 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
{
"name": "jwt.io",
"version": "3.3.0",
"repository": {
"type": "git",
"url": "https://github.com/jsonwebtoken/jsonwebtoken.github.io"
},
"dependencies": {
"@octokit/rest": "^18.0.12",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"express-sslify": "^1.2.0",
"jstransformer-markdown": "^1.2.1",
"jstransformer-markdown-it": "^2.1.0",
"lodash.debounce": "^4.0.8",
"pug": "^2.0.4",
"querystring": "^0.2.0"
},
"devDependencies": {
"@babel/core": "^7.4.5",
"@babel/polyfill": "^7.4.4",
"@babel/preset-env": "^7.4.5",
"babel-loader": "^8.0.6",
"babel-plugin-transform-async-to-generator": "^6.24.1",
"base64url": "^3.0.1",
"bootstrap": "^3.4.1",
"bowser": "^2.11.0",
"chai": "^4.2.0",
"chai-arrays": "^2.0.0",
"chai-as-promised": "^7.1.1",
"chai-json-schema": "^1.5.1",
"clipboard-polyfill": "^2.8.1",
"codemirror": "^5.47.0",
"deep-freeze": "0.0.1",
"esm": "^3.2.25",
"flipclock": "^0.7.8",
"grunt": "^1.0.4",
"grunt-cli": "^1.3.2",
"grunt-contrib-clean": "^1.1.0",
"grunt-contrib-connect": "^1.0.2",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-pug": "^1.0.0",
"grunt-contrib-stylus": "^1.2.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-crx": "^1.0.5",
"grunt-exec": "^3.0.0",
"grunt-mocha-test": "^0.13.3",
"grunt-webpack": "^3.1.3",
"highlight.js": "^10.4.1",
"inject-loader": "^3.0.1",
"isotope-layout": "^3.0.6",
"jose": "^4.1.0",
"jquery": "^3.4.1",
"lodash": "^4.17.13",
"loglevel": "^1.6.2",
"mocha": "^5.2.0",
"nock": "^13.1.3",
"node-forge": "^1.0.0",
"promise.any": "^0.1.1",
"puppeteer": "^1.17.0",
"request-promise-native": "^1.0.7",
"sinon": "^4.5.0",
"sinon-chai": "^2.14.0",
"source-map-support": "^0.5.12",
"stylus": "^0.54.5",
"tippy.js": "^2.6.0",
"tv4-formats": "^3.0.3",
"uglifyjs-webpack-plugin": "^1.3.0",
"web-ext": "^2.9.3",
"webpack": "^4.33.0",
"webpack-merge": "^4.2.1",
"xhr-mock": "^2.4.1"
},
"scripts": {
"start": "node server.js",
"test": "grunt test",
"test:unit": "grunt unit-tests",
"build": "npm run build:libraries && grunt build-website",
"build:extension": "npm run build:libraries && grunt build-extension",
"build:libraries": "node libraries.js"
},
"heroku-run-build-script": true
}