Files
ng-annotate-patched/package.json
T
Ran Benita 578b2ecf42 1.12.0
2020-03-10 23:29:46 +02:00

39 lines
861 B
JSON

{
"name": "ng-annotate-patched",
"version": "1.12.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": "^7.1.1",
"acorn-walk": "^7.1.1",
"commander": "^4.1.1",
"convert-source-map": "^1.7.0",
"source-map": "^0.6.1"
},
"devDependencies": {
"coffee-script": "^1.10.0",
"diff": "^4.0.2"
},
"keywords": [
"angular",
"angularjs",
"di",
"dependency",
"injection",
"annotate",
"annotation",
"annotations",
"transformation"
],
"scripts": {
"test": "node tests/run-tests"
},
"bin": "./ng-annotate",
"author": "Olov Lassus <olov.lassus@gmail.com>",
"license": "MIT"
}