astral-angular-annotate
Version:
AngularJS DI annotation pass for astral
25 lines (24 loc) • 536 B
JSON
{
"name": "astral-angular-annotate",
"version": "0.0.2",
"description": "AngularJS DI annotation pass for astral",
"main": "annotate.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/btford/astral-angular-annotate.git"
},
"keywords": [
"astral",
"angular"
],
"author": "Brian Ford",
"license": "MIT",
"readmeFilename": "README.md",
"dependencies": {
"astral-pass": "~0.1.0",
"clone": "~0.1.9"
}
}