{
  "name": "@maxmaximov/babel-plugin-angular-annotate",
  "version": "2.0.3",
  "description": "Make angular dependency annotation minification proof",
  "repository": "marcioj/babel-plugin-angular-annotate",
  "author": {
    "name": "Marcio Junior",
    "email": "marciojunior1991@gmail.com",
    "url": "https://github.com/marcioj"
  },
  "license": "MIT",
  "main": "lib/index.js",
  "keywords": [
    "babel-plugin"
  ],
  "scripts": {
    "build": "babel src --out-dir lib --copy-files",
    "lint": "eslint src",
    "mocha": "mocha --compilers js:babel-core/register --reporter spec tests/**/*-test.js",
    "postversion": "git push && git push --tags",
    "preversion": "npm test",
    "test": "npm run lint && npm run mocha",
    "test:watch": "npm run mocha -- -w",
    "version": "npm run build && git add ."
  },
  "devDependencies": {
    "babel-core": "^6.10.4",
    "babel-eslint": "^6.1.0",
    "babel-preset-es2015": "^6.9.0",
    "chai": "^3.5.0",
    "eslint": "^3.0.1",
    "mocha": "^2.5.3"
  }
}
