mirror of
https://github.com/bluetech/ng-annotate-patched.git
synced 2026-07-02 00:17:42 +08:00
41 lines
900 B
JSON
41 lines
900 B
JSON
{
|
|
"name": "ng-annotate-patched",
|
|
"version": "1.15.0",
|
|
"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 <15.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 <olov.lassus@gmail.com>",
|
|
"license": "MIT"
|
|
}
|