This repository has been archived by the owner on Mar 21, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 20
/
package.json
56 lines (56 loc) · 1.45 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
{
"name": "angular-barcode",
"version": "2.0.1",
"description": "An angular directive for lindell's JsBarcode",
"main": "dist/angular-barcode.js",
"scripts": {
"build": "webpack -p --config webpack.config.babel.js",
"lint": "eslint -c .eslintrc.json --ext .js app/",
"test": "karma start"
},
"repository": {
"type": "git",
"url": "git+https://github.com/isonet/angular-barcode.git"
},
"keywords": [
"angular-barcode",
"barcode",
"angular",
"module",
"directive",
"generator",
"lindell",
"JsBarcode"
],
"author": "Paul Biester",
"license": "MIT",
"bugs": {
"url": "https://github.com/isonet/angular-barcode/issues"
},
"homepage": "https://github.com/isonet/angular-barcode#readme",
"dependencies": {},
"devDependencies": {
"angular": "^1.6.1",
"angular-mocks": "^1.6.1",
"babel": "^6.5.2",
"babel-core": "^6.21.0",
"babel-loader": "^6.2.10",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-preset-es2015": "^6.9.0",
"bootstrap": "^3.3.7",
"chai": "^3.5.0",
"eslint": "^3.13.1",
"eslint-loader": "^1.6.1",
"jsbarcode": "^3.5.8",
"karma": "^1.4.0",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^2.0.0",
"karma-mocha": "^1.3.0",
"karma-mocha-reporter": "^2.2.1",
"karma-sourcemap-loader": "^0.3.7",
"karma-webpack": "^2.0.1",
"mocha": "^3.2.0",
"ng-annotate-loader": "^0.2.0",
"webpack": "^1.14.0"
}
}