-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
63 lines (63 loc) · 1.93 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
{
"name": "@littleware/little-authn",
"version": "1.0.5",
"type": "commonjs",
"description": "littleware OIDC client and supporting UX components",
"main": "build/server.js",
"dependencies": {
"@littleware/little-elements": "^1.0.14",
"aws-sdk": "^2.811.0",
"bunyan": "^1.8.12",
"jsonwebtoken": "^8.5.1",
"jwk-to-pem": "^2.0.4",
"node-fetch": "^2.6.1"
},
"devDependencies": {
"@types/bunyan": "latest",
"@types/express": "latest",
"@types/jasmine": "latest",
"@types/node": "latest",
"@webcomponents/webcomponentsjs": "latest",
"express": "latest",
"gulp": "latest",
"gulp-debug": "latest",
"gulp-nunjucks-render": "latest",
"gulp-rename": "latest",
"gulp-rev": "latest",
"gulp-rev-replace": "latest",
"gulp-rimraf": "latest",
"gulp-sequence": "latest",
"gulp-sourcemaps": "latest",
"gulp-typescript": "latest",
"gulp-watch": "latest",
"jasmine": "latest",
"jasmine-core": "latest",
"karma": "latest",
"karma-chrome-launcher": "latest",
"karma-jasmine": "latest",
"marked": "latest",
"merge2": "latest",
"mkdirp": "latest",
"nunjucks": "^3.2.1",
"nunjucks-markdown": "latest",
"ts-custom-elements": "latest",
"tslint": "latest",
"typescript": "latest"
},
"scripts": {
"build": "gulp",
"lint": "tslint -c tslint.json 'src/**/*.ts'",
"test": "jasmine",
"start": "node node_modules/.bin/little-server /modules/$npm_package_version/ ./node_modules/ /modules/$npm_package_version/@littleware/little-authn/lib/ ./web/lib/ /resources/ ./site/resources/ / ./site/ /authn/ module:./commonjs/bin/oidcClient/expressBridge.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/frickjack/little-authn.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/frickjack/little-authn"
},
"homepage": "https://github.com/frickjack/little-authn"
}