|
1 | 1 | {
|
2 |
| - "name": "grunt-ng-annotate", |
3 |
| - "version": "3.0.1-pre", |
4 |
| - "description": "Add, remove and rebuild AngularJS dependency injection annotations.", |
5 |
| - "homepage": "https://github.com/mgol/grunt-ng-annotate", |
6 |
| - "author": { |
7 |
| - "name": "Michał Gołębiowski-Owczarek", |
8 |
| - |
9 |
| - }, |
10 |
| - "keywords": [ |
11 |
| - "angular", |
12 |
| - "angularjs", |
13 |
| - "annotate", |
14 |
| - "annotation", |
15 |
| - "annotations", |
16 |
| - "di", |
17 |
| - "dependency", |
18 |
| - "injection", |
19 |
| - "minify", |
20 |
| - "grunt", |
21 |
| - "gruntplugin", |
22 |
| - "non-intrusive", |
23 |
| - "transformation" |
24 |
| - ], |
25 |
| - "repository": { |
26 |
| - "type": "git", |
27 |
| - "url": "https://github.com/mgol/grunt-ng-annotate.git" |
28 |
| - }, |
29 |
| - "bugs": "https://github.com/mgol/grunt-ng-annotate/issues", |
30 |
| - "license": "MIT", |
31 |
| - "files": [ |
32 |
| - "tasks", |
33 |
| - "src" |
34 |
| - ], |
35 |
| - "dependencies": { |
36 |
| - "ng-annotate": "^1.2.2" |
37 |
| - }, |
38 |
| - "devDependencies": { |
39 |
| - "babel-core": "6.26.3", |
40 |
| - "babel-preset-es2015": "6.24.1", |
41 |
| - "convert-source-map": "1.7.0", |
42 |
| - "cross-spawn": "7.0.2", |
43 |
| - "eslint": "6.8.0", |
44 |
| - "eslint-config-mgol": "0.0.47", |
45 |
| - "expect.js": "0.3.1", |
46 |
| - "grunt": "1.1.0", |
47 |
| - "grunt-babel": "7.0.0", |
48 |
| - "grunt-cli": "1.3.2", |
49 |
| - "grunt-contrib-clean": "2.0.0", |
50 |
| - "grunt-contrib-copy": "1.0.0", |
51 |
| - "grunt-eslint": "22.0.0", |
52 |
| - "grunt-mocha-test": "0.13.3", |
53 |
| - "husky": "4.2.3", |
54 |
| - "lint-staged": "10.1.2", |
55 |
| - "load-grunt-tasks": "5.1.0", |
56 |
| - "mocha": "7.1.1", |
57 |
| - "prettier": "2.0.3", |
58 |
| - "source-map": "0.7.3", |
59 |
| - "time-grunt": "2.0.0" |
60 |
| - }, |
61 |
| - "peerDependencies": { |
62 |
| - "grunt": ">=0.4.5" |
63 |
| - }, |
64 |
| - "scripts": { |
65 |
| - "prettier-check": "prettier --check \"**/*.{json,js,yml,yaml,md}\"", |
66 |
| - "prettier-format": "prettier --write \"**/*.{json,js,yml,yaml,md}\"", |
67 |
| - "test": "npm run prettier-check && grunt --stack" |
68 |
| - }, |
69 |
| - "engines": { |
70 |
| - "node": ">=10" |
71 |
| - } |
| 2 | + "name": "grunt-ng-annotate", |
| 3 | + "version": "4.0.0", |
| 4 | + "description": "Add, remove and rebuild AngularJS dependency injection annotations.", |
| 5 | + "homepage": "https://github.com/mgol/grunt-ng-annotate", |
| 6 | + "author": { |
| 7 | + "name": "Michał Gołębiowski-Owczarek", |
| 8 | + |
| 9 | + }, |
| 10 | + "keywords": [ |
| 11 | + "angular", |
| 12 | + "angularjs", |
| 13 | + "annotate", |
| 14 | + "annotation", |
| 15 | + "annotations", |
| 16 | + "di", |
| 17 | + "dependency", |
| 18 | + "injection", |
| 19 | + "minify", |
| 20 | + "grunt", |
| 21 | + "gruntplugin", |
| 22 | + "non-intrusive", |
| 23 | + "transformation" |
| 24 | + ], |
| 25 | + "repository": { |
| 26 | + "type": "git", |
| 27 | + "url": "https://github.com/mgol/grunt-ng-annotate.git" |
| 28 | + }, |
| 29 | + "bugs": "https://github.com/mgol/grunt-ng-annotate/issues", |
| 30 | + "license": "MIT", |
| 31 | + "files": [ |
| 32 | + "tasks", |
| 33 | + "src" |
| 34 | + ], |
| 35 | + "dependencies": { |
| 36 | + "ng-annotate": "^1.2.2" |
| 37 | + }, |
| 38 | + "devDependencies": { |
| 39 | + "babel-core": "6.26.3", |
| 40 | + "babel-preset-es2015": "6.24.1", |
| 41 | + "convert-source-map": "1.7.0", |
| 42 | + "cross-spawn": "7.0.2", |
| 43 | + "eslint": "6.8.0", |
| 44 | + "eslint-config-mgol": "0.0.47", |
| 45 | + "expect.js": "0.3.1", |
| 46 | + "grunt": "1.1.0", |
| 47 | + "grunt-babel": "7.0.0", |
| 48 | + "grunt-cli": "1.3.2", |
| 49 | + "grunt-contrib-clean": "2.0.0", |
| 50 | + "grunt-contrib-copy": "1.0.0", |
| 51 | + "grunt-eslint": "22.0.0", |
| 52 | + "grunt-mocha-test": "0.13.3", |
| 53 | + "husky": "4.2.3", |
| 54 | + "lint-staged": "10.1.2", |
| 55 | + "load-grunt-tasks": "5.1.0", |
| 56 | + "mocha": "7.1.1", |
| 57 | + "prettier": "2.0.3", |
| 58 | + "source-map": "0.7.3", |
| 59 | + "time-grunt": "2.0.0" |
| 60 | + }, |
| 61 | + "peerDependencies": { |
| 62 | + "grunt": ">=0.4.5" |
| 63 | + }, |
| 64 | + "scripts": { |
| 65 | + "prettier-check": "prettier --check \"**/*.{json,js,yml,yaml,md}\"", |
| 66 | + "prettier-format": "prettier --write \"**/*.{json,js,yml,yaml,md}\"", |
| 67 | + "test": "npm run prettier-check && grunt --stack" |
| 68 | + }, |
| 69 | + "engines": { |
| 70 | + "node": ">=10" |
| 71 | + } |
72 | 72 | }
|
0 commit comments