{
  "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"
  }
}
