forked from olov/ng-annotate
-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathpackage.json
40 lines (40 loc) · 921 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"name": "ng-annotate-patched",
"version": "1.14.1",
"description": "add, remove and rebuild angularjs dependency injection annotations",
"main": "src/ng-annotate-main.js",
"repository": {
"type": "git",
"url": "https://github.com/bluetech/ng-annotate-patched.git"
},
"dependencies": {
"acorn": "^8.7.0",
"acorn-walk": "^8.2.0",
"commander": "^6.0.0 || ^7.0.0 || ^8.0.0 || ^9.0.0",
"convert-source-map": "^1.7.0",
"source-map": "^0.6.1"
},
"devDependencies": {
"coffeescript": "^1.12.7",
"diff": "^5.0.0"
},
"keywords": [
"angular",
"angularjs",
"di",
"dependency",
"injection",
"annotate",
"annotation",
"annotations",
"transformation"
],
"scripts": {
"test": "node tests/run-tests"
},
"bin": {
"ng-annotate-patched": "ng-annotate"
},
"author": "Olov Lassus <[email protected]>",
"license": "MIT"
}