forked from cisco/node-jose
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
86 lines (86 loc) · 2.26 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
84
85
86
{
"name": "node-jose-browserify",
"version": "1.1.14",
"description": "An advanced version of Cisco's node-jose module that works in both browser and the server.",
"keywords": [
"node-jose",
"angular",
"web-app",
"browser",
"cisco",
"crypto",
"jose",
"jwa",
"jwe",
"jwk",
"jws"
],
"repository": {
"type": "git",
"url": "https://github.com/newtonjoshua/node-jose-browserify.git"
},
"license": "Apache-2.0",
"author": "Cisco Systems, Inc. <https://www.cisco.com>",
"contributors": [
"Newton Joshua <[email protected]>",
"Matthew A. Miller <[email protected]>",
"Ian W. Remmel <[email protected]>",
"Joe Hildebrand <[email protected]>",
"Filip Skokan <[email protected]>"
],
"main": "lib/index.js",
"scripts": {
"test": "gulp test:nodejs"
},
"browser": {
"crypto": false
},
"dependencies": {
"base64url": "^3.0.1",
"browserify-zlib": "^0.2.0",
"buffer": "^5.4.2",
"es6-promise": "^4.2.6",
"lodash": "^4.17.11",
"long": "^4.0.0",
"node-forge": "^0.8.1",
"process": "^0.11.10",
"stream-browserify": "^2.0.2",
"uuid": "^3.3.2"
},
"devDependencies": {
"bowser": "^1.9.3",
"browserify-istanbul": "^3.0.0",
"chai": "^4.0.1",
"conventional-changelog": "^1.1.0",
"del": "^3.0.0",
"eslint-plugin-mocha-no-only": "0.0.6",
"gulp": "^3.8.10",
"gulp-eslint": "^4.0.1",
"gulp-istanbul": "^1.1.1",
"gulp-mocha": "^5.0.0",
"gulp-rename": "^1.2.0",
"gulp-uglify": "^3.0.0",
"gulp-util": "^3.0.7",
"is-safari": "^1.0.0",
"istanbul": "^0.4.0",
"jose-cookbook": "git+https://github.com/ietf-jose/cookbook.git",
"json-loader": "^0.5.4",
"karma": "^2.0.0",
"karma-chrome-launcher": "^2.0.0",
"karma-coverage": "^1.1.1",
"karma-firefox-launcher": "^1.0.1",
"karma-ie-launcher": "^1.0.0",
"karma-mocha": "^1.3.0",
"karma-mocha-reporter": "^2.0.0",
"karma-safari-launcher": "^1.0.0",
"karma-sauce-launcher": "^1.1.0",
"karma-sourcemap-loader": "^0.3.7",
"karma-webpack": "^3.0.0",
"mocha": "^5.0.0",
"run-sequence": "^2.0.0",
"watchify": "^3.7.0",
"webpack": "^4.8.3",
"webpack-stream": "^4.0.0",
"yargs": "^11.1.0"
}
}