UNPKG

1.58 kBJSONView Raw
1{
2 "name": "jsreport-authentication",
3 "version": "1.2.0",
4 "description": "jsreport extension adding user authentication",
5 "scripts": {
6 "test": "mocha test --timeout 10000 && standard",
7 "build": "npm run prepublish",
8 "prepublish": "in-publish && jsreport-studio-build || not-in-publish"
9 },
10 "homepage": "https://github.com/jsreport/jsreport-authentication",
11 "repository": {
12 "type": "git",
13 "url": "git@github.com:jsreport/jsreport-authentication.git"
14 },
15 "keywords": [
16 "jsreport",
17 "authentication"
18 ],
19 "standard": {
20 "ignore": [
21 "main.js",
22 "public/**"
23 ],
24 "parser": "babel-eslint",
25 "env": {
26 "node": true,
27 "mocha": true,
28 "browser": true
29 }
30 },
31 "license": "LGPL",
32 "dependencies": {
33 "bluebird": "3.5.0",
34 "body-parser": "1.17.1",
35 "client-sessions": "0.7.0",
36 "ejs": "2.5.6",
37 "in-publish": "2.0.0",
38 "passport": "0.3.2",
39 "passport-http": "0.3.0",
40 "passport-local": "1.0.0",
41 "password-hash": "1.2.2",
42 "shortid": "2.2.8",
43 "string": "3.3.3",
44 "underscore": "1.8.3"
45 },
46 "author": "Jan Blaha",
47 "devDependencies": {
48 "babel-eslint": "7.1.1",
49 "eslint": "3.17.1",
50 "eslint-config-standard-jsx": "3.3.0",
51 "eslint-plugin-babel": "4.1.1",
52 "jsreport-core": "1.2.1",
53 "jsreport-express": "1.2.0",
54 "jsreport-studio-dev": "1.0.2",
55 "mocha": "3.2.0",
56 "should": "11.2.0",
57 "standard": "9.0.1",
58 "supertest": "3.0.0"
59 },
60 "files": [
61 "lib",
62 "public",
63 "studio",
64 "index.js",
65 "jsreport.config.js"
66 ]
67}