mirror of
https://github.com/bluetech/ng-annotate-patched.git
synced 2026-07-02 08:27:43 +08:00
39 lines
869 B
JSON
39 lines
869 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": "^5.0.3",
|
|
"acorn-dynamic-import": "^3.0.0",
|
|
"convert-source-map": "^1.1.2",
|
|
"optimist": "^0.6.1",
|
|
"source-map": "^0.5.3"
|
|
},
|
|
"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"
|
|
}
|