aui-ng
Version:
Angular.JS AUI components
30 lines (29 loc) • 469 B
JSON
{
"name": "aui-ng",
"version": "0.0.37",
"homepage": "https://github.com/K15t/aui-ng",
"authors": [
"K15T"
],
"description": "Angular.JS AUI components",
"main": "src/aui-ng.js",
"moduleType": [
"globals"
],
"keywords": [
"angular",
"aui",
"ng"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"angular-sanitize": "~1.4.1"
}
}