-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
53 lines (53 loc) · 1.33 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
{
"name": "@allansli/angular-barcode-febraban",
"version": "1.0.2",
"description": "Angular Directive to Render Interleaved 2 of 5 Barcode",
"scripts": {
"test": "test"
},
"repository": {
"type": "git",
"url": "https://github.com/allansli/angular-barcode-febraban.git"
},
"publishConfig": { "registry": "https://npm.pkg.github.com/" },
"keywords": [
"barcode",
"angular",
"febraban",
"intercalado 2 de 5",
"interleaved 2 of 5",
"boleto",
"código de barras",
"ITF",
"ITF barcode",
"código de barras ITF"
],
"author": "Allan Martins de Paula",
"license": "ISC",
"bugs": {
"url": "https://github.com/allansli/angular-barcode-febraban/issues"
},
"homepage": "https://github.com/allansli/angular-barcode-febraban#readme",
"devDependencies": {
"angular-mocks": "1.7.4",
"coveralls": "2.11.12",
"del": "2.2.2",
"gulp": "3.9.1",
"gulp-concat": "2.6.0",
"gulp-cssmin": "0.1.7",
"gulp-cssnano": "2.1.2",
"gulp-eslint": "3.0.1",
"gulp-jshint": "2.0.1",
"gulp-uglify": "2.0.0",
"jasmine": "2.5.1",
"jshint": "2.9.3",
"karma": "1.3.0",
"karma-chrome-launcher": "2.0.0",
"karma-phantomjs-launcher": "1.0.4",
"karma-coverage": "1.1.1",
"karma-jasmine": "1.0.2"
},
"dependencies": {
"angular": "1.8.0"
}
}