Files
ng-annotate-patched/package.json
T
2013-09-30 14:03:10 +02:00

41 lines
889 B
JSON

{
"name": "ng-annotate",
"version": "0.2.0",
"description": "add, remove and rebuild angularjs dependency injection annotations",
"main": "build/es5/ng-annotate-main.js",
"repository": {
"type": "git",
"url": "https://github.com/olov/ng-annotate.git"
},
"dependencies": {
"ast-traverse": "~0.1.0",
"alter": "~0.1.1",
"simple-fmt": "~0.1.0",
"simple-is": "~0.2.0",
"tryor": "~0.1.2",
"esprima": "~1.0.4",
"optimist": "~0.6.0"
},
"devDependencies": {
"diff": "~1.0.6"
},
"keywords": [
"angular",
"angularjs",
"di",
"dependency",
"injection",
"annotate",
"annotation",
"annotations",
"non-intrusive",
"transformation"
],
"scripts": {
"test": "node --harmony run-tests"
},
"bin": "./build/es5/ng-annotate",
"author": "Olov Lassus <olov.lassus@gmail.com>",
"license": "MIT"
}