UNPKG

1.77 kBJSONView Raw
1{
2 "name": "jsreport-authentication",
3 "version": "1.3.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 && 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 "bluebird": "3.5.0",
35 "body-parser": "1.17.1",
36 "client-sessions": "0.7.0",
37 "ejs": "2.5.6",
38 "passport": "0.3.2",
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 "request": "2.81.0",
44 "shortid": "2.2.8",
45 "string": "3.3.3",
46 "underscore": "1.8.3"
47 },
48 "author": "Jan Blaha",
49 "devDependencies": {
50 "babel-eslint": "7.2.2",
51 "eslint": "3.19.0",
52 "eslint-config-standard-jsx": "3.3.0",
53 "eslint-plugin-babel": "4.1.1",
54 "express": "4.15.2",
55 "in-publish": "2.0.0",
56 "jsreport-core": "1.3.0",
57 "jsreport-express": "1.2.2",
58 "jsreport-studio-dev": "1.1.0",
59 "lodash.clonedeep": "4.5.0",
60 "mocha": "3.2.0",
61 "should": "11.2.1",
62 "standard": "9.0.2",
63 "supertest": "3.0.0"
64 },
65 "files": [
66 "lib",
67 "public",
68 "studio",
69 "index.js",
70 "jsreport.config.js"
71 ]
72}