-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
45 lines (45 loc) · 1.2 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
{
"name": "td-angular-barcode",
"version": "2.0.3",
"description": "Barcode Generator for Angular 1 (Supports 90+ barcode types: qr, aztec, code128, ean, isbn, interleaved2of5, ...) ",
"main": "dist/td-barcode.js",
"homepage": "http://dinony.com/projects/td-barcode/demo/",
"repository": {
"type": "git",
"url": "https://github.com/tinydesk/td-angular-barcode.git"
},
"bugs": {
"url": "https://github.com/tinydesk/td-angular-barcode/issues"
},
"devDependencies": {
"babel-preset-es2015": "^6.22.0",
"bower-sync": "^0.1.1",
"browser-sync": "^2.18.8",
"concurrently": "^3.4.0",
"del": "^2.2.2",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-eslint": "^3.0.1",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^2.0.1",
"gulp-wrap-amd": "^0.5.0",
"gulp-wrap-commonjs": "^0.1.14",
"gulp-wrap-umd": "^0.2.1"
},
"scripts": {
"start": "concurrently \"gulp\" \"node browserSync.js\"",
"publish-lib": "gulp clean && gulp publish"
},
"keywords": [
"Angular",
"barcode",
"generator",
"qr",
"aztec",
"code128",
"ean",
"interleaved2of5"
],
"author": "Onur Dogangönül <contact@dinony.com>",
"license": "MIT"
}