UNPKG

1.76 kBJSONView Raw
1{
2 "name": "jsreport-authentication",
3 "version": "2.5.0",
4 "description": "jsreport extension adding user authentication",
5 "scripts": {
6 "start": "jsreport-studio-start --httpPort 5488",
7 "test": "mocha \"./test/*.spec.js\" --timeout 10000 --exit && standard",
8 "build": "jsreport-studio-build",
9 "prepublish": "in-publish && jsreport-studio-build || not-in-publish"
10 },
11 "homepage": "https://github.com/jsreport/jsreport-authentication",
12 "repository": {
13 "type": "git",
14 "url": "git@github.com:jsreport/jsreport-authentication.git"
15 },
16 "keywords": [
17 "jsreport",
18 "authentication"
19 ],
20 "standard": {
21 "ignore": [
22 "main.js",
23 "public/**"
24 ],
25 "parser": "babel-eslint",
26 "env": {
27 "node": true,
28 "mocha": true,
29 "browser": true
30 }
31 },
32 "license": "LGPL",
33 "dependencies": {
34 "axios": "0.19.2",
35 "body-parser": "1.19.0",
36 "client-sessions": "0.8.0",
37 "ejs": "2.6.2",
38 "passport": "0.4.0",
39 "passport-http": "0.3.0",
40 "passport-http-bearer": "1.0.1",
41 "passport-local": "1.0.0",
42 "password-hash": "1.2.2"
43 },
44 "author": "Jan Blaha",
45 "devDependencies": {
46 "babel-eslint": "8.2.1",
47 "eslint": "4.17.0",
48 "eslint-config-standard-jsx": "4.0.2",
49 "eslint-plugin-babel": "4.1.2",
50 "express": "4.17.1",
51 "in-publish": "2.0.1",
52 "jsreport-core": "2.8.1",
53 "jsreport-express": "2.6.0",
54 "jsreport-studio-dev": "1.5.0",
55 "jsreport-templates": "2.3.3",
56 "lodash.clonedeep": "4.5.0",
57 "mocha": "5.2.0",
58 "should": "13.2.3",
59 "standard": "10.0.3",
60 "supertest": "3.4.2"
61 },
62 "files": [
63 "lib",
64 "public",
65 "studio",
66 "index.js",
67 "jsreport.config.js"
68 ],
69 "engines": {
70 "node": ">=8.9"
71 }
72}