Skip to content

Commit 238e246

Browse files
ElenaGorbatkovaRomanTsukanovtsv2013
authored
Package json pdf (#443)
* Update package.json * Update package.json * Delete LICENSE * Add files via upload * Update package.json * Delete LICENSE.pdf * Create LICENSE * Update package.json * Update webpack.config.js * Update webpack.config.js * Minor update --------- Co-authored-by: RomanTsukanov <[email protected]> Co-authored-by: tsv2013 <[email protected]>
1 parent 543c80c commit 238e246

File tree

2 files changed

+28
-7
lines changed

2 files changed

+28
-7
lines changed

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
{
2+
"version": "2.3.15",
3+
"name": "survey-pdf",
24
"scripts": {
35
"start": "npm run build && http-server --port=7777",
46
"serve": "http-server --port=7777",
@@ -20,9 +22,6 @@
2022
"type": "git",
2123
"url": "https://github.com/surveyjs/survey-pdf.git"
2224
},
23-
"version": "2.3.15",
24-
"name": "survey-pdf",
25-
"license": "SEE LICENSE IN LICENSE",
2625
"dependencies": {
2726
"jspdf": "^3.0.1",
2827
"node-interval-tree": "^1.3.3",

webpack.config.js

Lines changed: 26 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,39 @@ const year = today.getFullYear();
1111
var banner = [
1212
"surveyjs - SurveyJS PDF library v" + packageJson.version,
1313
"Copyright (c) 2015-" + year + " Devsoft Baltic OÜ - http://surveyjs.io/",
14-
"License: MIT (http://www.opensource.org/licenses/mit-license.php)"
14+
"License: SEE LICENSE IN LICENSE"
1515
].join("\n");
1616

1717
const buildPlatformJson = {
1818
name: "survey-pdf",
1919
version: packageJson.version,
20-
description:
21-
"survey.pdf.js is a SurveyJS PDF Library. It is a easy way to export SurveyJS surveys to PDF. It uses JSON for survey metadata.",
22-
keywords: ["Survey", "JavaScript", "PDF", "Library", "pdf"],
2320
homepage: "https://surveyjs.io/",
21+
author: "DevSoft Baltic OÜ <[email protected]>",
2422
license: "SEE LICENSE IN LICENSE",
23+
licenseUrl: "https://surveyjs.io/licensing",
24+
description: "A UI component that uses SurveyJS form JSON schemas to render forms as PDF documents. It populates PDF fields with data collected using SurveyJS Form Library and lets you export your SurveyJS forms as editable or pre-filled PDFs.",
25+
keywords: [
26+
"survey",
27+
"surveyjs",
28+
"pdf",
29+
"form",
30+
"survey-export",
31+
"pdf-generator",
32+
"pdf-export",
33+
"interactive-pdf-form",
34+
"json-form",
35+
"data-collection",
36+
"client-side",
37+
"javascript",
38+
"typescript",
39+
"survey-library",
40+
"export-form",
41+
"print-form",
42+
"editable-pdf",
43+
"fillable-pdf",
44+
"jsPDF",
45+
"json-schema"
46+
],
2547
module: "fesm/survey.pdf.mjs",
2648
main: "survey.pdf.js",
2749
repository: {

0 commit comments

Comments
 (0)