grunt-ng-annotate
Version:
Add, remove and rebuild AngularJS dependency injection annotations.
73 lines (72 loc) • 1.76 kB
JSON
{
"name": "grunt-ng-annotate",
"version": "4.0.0",
"description": "Add, remove and rebuild AngularJS dependency injection annotations.",
"homepage": "https://github.com/mgol/grunt-ng-annotate",
"author": {
"name": "Michał Gołębiowski-Owczarek",
"email": "m.goleb@gmail.com"
},
"keywords": [
"angular",
"angularjs",
"annotate",
"annotation",
"annotations",
"di",
"dependency",
"injection",
"minify",
"grunt",
"gruntplugin",
"non-intrusive",
"transformation"
],
"repository": {
"type": "git",
"url": "https://github.com/mgol/grunt-ng-annotate.git"
},
"bugs": "https://github.com/mgol/grunt-ng-annotate/issues",
"license": "MIT",
"files": [
"tasks",
"src"
],
"dependencies": {
"ng-annotate": "^1.2.2"
},
"devDependencies": {
"babel-core": "6.26.3",
"babel-preset-es2015": "6.24.1",
"convert-source-map": "1.7.0",
"cross-spawn": "7.0.2",
"eslint": "6.8.0",
"eslint-config-mgol": "0.0.47",
"expect.js": "0.3.1",
"grunt": "1.1.0",
"grunt-babel": "7.0.0",
"grunt-cli": "1.3.2",
"grunt-contrib-clean": "2.0.0",
"grunt-contrib-copy": "1.0.0",
"grunt-eslint": "22.0.0",
"grunt-mocha-test": "0.13.3",
"husky": "4.2.3",
"lint-staged": "10.1.2",
"load-grunt-tasks": "5.1.0",
"mocha": "7.1.1",
"prettier": "2.0.3",
"source-map": "0.7.3",
"time-grunt": "2.0.0"
},
"peerDependencies": {
"grunt": ">=0.4.5"
},
"scripts": {
"prettier-check": "prettier --check \"**/*.{json,js,yml,yaml,md}\"",
"prettier-format": "prettier --write \"**/*.{json,js,yml,yaml,md}\"",
"test": "npm run prettier-check && grunt --stack"
},
"engines": {
"node": ">=10"
}
}