1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162 |
- {
- "name": "grunt-ng-annotate",
- "version": "0.9.2",
- "description": "Add, remove and rebuild AngularJS dependency injection annotations.",
- "homepage": "https://github.com/mzgol/grunt-ng-annotate",
- "author": {
- "name": "Michał Gołębiowski",
- "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/mzgol/grunt-ng-annotate.git"
- },
- "bugs": "https://github.com/mzgol/grunt-ng-annotate/issues",
- "license": "MIT",
- "files": [
- "tasks"
- ],
- "dependencies": {
- "lodash": "~2.4.1",
- "ng-annotate": "~0.15.1"
- },
- "devDependencies": {
- "expect.js": "0.3.1",
- "grunt-cli": "0.1.13",
- "grunt-contrib-clean": "0.6.0",
- "grunt-eslint": "4.0.0",
- "grunt-jscs": "0.8.1",
- "grunt-mocha-test": "0.12.7",
- "jscs-trailing-comma": "0.3.0",
- "load-grunt-tasks": "2.0.0",
- "mocha": "2.1.0",
- "time-grunt": "1.0.0"
- },
- "peerDependencies": {
- "grunt": "~0.4.1"
- },
- "scripts": {
- "test": "grunt"
- },
- "engines": {
- "node": ">= 0.10.0"
- },
- "__npminstall_done": true,
- "_from": "grunt-ng-annotate@0.9.2",
- "_resolved": "https://registry.npmmirror.com/grunt-ng-annotate/-/grunt-ng-annotate-0.9.2.tgz"
- }
|