{
  "name": "nginject-loader",
  "version": "2.1.0",
  "description": "Webpack loader to migrate from legacy @ngInject pre-minifier syntax to \"ngInject\" syntax",
  "main": "index.js",
  "scripts": {},
  "repository": {
    "type": "git",
    "url": "https://github.com/bholloway/nginject-loader"
  },
  "keywords": [
    "webpack",
    "loader",
    "annotate",
    "ng-annotate",
    "ngInject",
    "angular",
    "minify",
    "preminifiy",
    "minification",
    "preminification"
  ],
  "author": "bholloway",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/bholloway/nginject-loader/issues"
  },
  "homepage": "https://github.com/bholloway/nginject-loader",
  "dependencies": {
    "loader-utils": "^0.2.11",
    "nginject-migrate": "^0.0.1"
  }
}
