-
Notifications
You must be signed in to change notification settings - Fork 156
/
Copy pathpackage.json
63 lines (63 loc) · 1.75 KB
/
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "@syncfusion/ej2-barcode-generator",
"version": "19.4.0",
"description": "Barcode generator component is a pure JavaScript library which will convert a string to Barcode and show it to the user. This supports major 1D and 2D barcodes including coda bar, code 128, QR Code.",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
"main": "./dist/ej2-barcode-generator.umd.min.js",
"module": "./index.js",
"es2015": "./dist/es6/ej2-barcode-generator.es5.js",
"dependencies": {
"@syncfusion/ej2-base": "*",
"@syncfusion/ej2-data": "*",
"markdown-spellcheck": "^1.3.1"
},
"devDependencies": {
"@syncfusion/ej2-staging": "^1.0.1",
"@types/chai": "^3.4.28",
"@types/es6-promise": "0.0.28",
"@types/jasmine": "2.8.9",
"@types/jasmine-ajax": "^3.1.27",
"@types/requirejs": "^2.1.26",
"es6-promise": "^3.2.1",
"gulp": "^3.9.1",
"gulp-sass": "^3.1.0",
"gulp-typescript": "^3.1.6",
"requirejs": "^2.3.3",
"typescript": "2.3.4",
"canteen": "^1.0.5",
"jasmine-ajax": "^3.3.1",
"jasmine-core": "^2.6.1",
"karma": "6.4.2",
"karma-chrome-launcher": "^2.2.0",
"karma-generic-preprocessor": "^1.1.0",
"karma-htmlfile-reporter": "^0.3.5",
"karma-jasmine": "^1.1.0",
"karma-jasmine-ajax": "^0.1.13",
"karma-requirejs": "^1.1.0",
"nedb": "^1.8.0",
"simple-odata-server": "^0.3.1"
},
"keywords": [
"ej2",
"syncfusion",
"ej2-barcode",
"ej2-QRcode",
"web-components",
"TypeScript",
"barcode",
"QRCode",
"QR-barcode",
"Datamatrix"
],
"repository": {
"type": "git",
"url": "https://github.com/syncfusion/ej2-javascript-ui-controls"
},
"homepage": "https://www.syncfusion.com/products/javascript/barcode",
"scripts": {
"build": "gulp build",
"test": "gulp test"
},
"typings": "index.d.ts"
}