{
  "name": "nginject-migrate",
  "version": "0.0.1",
  "description": "Utility to migrate from legacy @ngInject pre-minifier syntax to \"ngInject\" syntax",
  "main": "index.js",
  "bin": "./bin/cli.js",
  "scripts": {},
  "repository": {
    "type": "git",
    "url": "https://github.com/bholloway/nginject-migrate"
  },
  "keywords": [
    "annotate",
    "ng-annotate",
    "ngInject",
    "angular",
    "minify",
    "preminifiy",
    "minification",
    "preminification",
    "utility",
    "migrate"
  ],
  "author": "bholloway",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/bholloway/nginject-migrate/issues"
  },
  "homepage": "https://github.com/bholloway/nginject-migrate",
  "dependencies": {
    "commander": "^2.9.0",
    "esprima": "^2.7.0",
    "fs-promise": "^0.3.1",
    "glob": "^5.0.15",
    "lodash.defaults": "^3.1.2",
    "q": "^1.4.1",
    "source-map": "^0.5.3"
  }
}
