forked from AppWerft/TiJSPDF
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 943 Bytes
/
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
{
"name": "Ti.JSPDF",
"version": "1.0.8",
"description": "This extended version of JSPDF can show text in WinANSI, embed images, auto tables and qrcodes.",
"main": "ti.jspdf.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/AppWerft/TiJSPDF.git"
},
"titaniumManifest": {
"name": "Ti.JSPDF",
"moduleid" : "ti.jspdf",
"guid": "30dc3aaa-cd6f-de94-f361-31c199531c90"
},
"engines": {
"titaniumsdk": ">= 3.3.0"
},
"nativeDependencies": {
"de.appwerft.qrcode" : "*",
"ti.imagefactory" : "*"
},
"keywords": [
"PDF","Generation","QRcode","Images","Autotable","Titanium","Appcelerator","AppWerft"
],
"author": "Rainer Schleevoigt, Stefan Gross",
"license": "LGPL-2.1",
"bugs": {
"url": "https://github.com/AppWerft/TiJSPDF/issues"
},
"homepage": "https://github.com/AppWerft/TiJSPDF"
}