Files
ng-annotate-patched/package.json
T
2019-01-24 22:11:06 +02:00

40 lines
897 B
JSON

{
"name": "ng-annotate-patched",
"version": "1.8.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": "^6.0.5",
"acorn-dynamic-import": "^4.0.0",
"acorn-walk": "^6.1.1",
"convert-source-map": "^1.1.2",
"optimist": "^0.6.1",
"source-map": "^0.6.1"
},
"devDependencies": {
"coffee-script": "^1.10.0",
"diff": "^4.0.0"
},
"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"
}