Files
ng-annotate-patched/package.json
T
Ran Benita d1888e7546 Allow to use ES6 in the code base itself, require node>=4.0.0
Given the purpose of this fork, I think it is quite safe to assume users
have at least this version.

Allows to remove some old-school transpilation and the need for any
build step.
2017-09-12 20:41:52 +03:00

46 lines
1.0 KiB
JSON

{
"name": "ng-annotate-patched",
"version": "1.6.0",
"description": "add, remove and rebuild angularjs dependency injection annotations",
"main": "ng-annotate-main.js",
"repository": {
"type": "git",
"url": "https://github.com/bluetech/ng-annotate-patched.git"
},
"dependencies": {
"acorn": "^5.0.3",
"alter": "^0.2.0",
"convert-source-map": "^1.1.2",
"optimist": "^0.6.1",
"simple-fmt": "^0.1.0",
"simple-is": "^0.2.0",
"source-map": "^0.5.3",
"stable": "^0.1.5",
"stringmap": "^0.2.2",
"stringset": "^0.2.1",
"tryor": "^0.1.2"
},
"devDependencies": {
"coffee-script": "^1.10.0",
"diff": "^2.2.1",
"find-line-column": "^0.5.2"
},
"keywords": [
"angular",
"angularjs",
"di",
"dependency",
"injection",
"annotate",
"annotation",
"annotations",
"transformation"
],
"scripts": {
"test": "node run-tests"
},
"bin": "./ng-annotate",
"author": "Olov Lassus <olov.lassus@gmail.com>",
"license": "MIT"
}