diff options
Diffstat (limited to 'vnfmarket/common/thirdparty/angular-aria/package.json')
-rw-r--r-- | vnfmarket/common/thirdparty/angular-aria/package.json | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/vnfmarket/common/thirdparty/angular-aria/package.json b/vnfmarket/common/thirdparty/angular-aria/package.json new file mode 100644 index 00000000..42aedeee --- /dev/null +++ b/vnfmarket/common/thirdparty/angular-aria/package.json @@ -0,0 +1,34 @@ +{ + "name": "angular-aria", + "version": "1.6.2", + "description": "AngularJS module for making accessibility easy", + "main": "index.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "repository": { + "type": "git", + "url": "https://github.com/angular/angular.js.git" + }, + "keywords": [ + "angular", + "framework", + "browser", + "accessibility", + "a11y", + "client-side" + ], + "author": "Angular Core Team <angular-core+npm@google.com>", + "license": "MIT", + "bugs": { + "url": "https://github.com/angular/angular.js/issues" + }, + "homepage": "http://angularjs.org", + "jspm": { + "shim": { + "angular-aria": { + "deps": ["angular"] + } + } + } +} |