k3s/third_party/ui/bower_components/ng-lodash/bower.json

32 lines
585 B
JSON

{
"name": "ng-lodash",
"version": "0.2.0",
"description": "An Angular module wrapper for lodash",
"author": ["Rockabox <tech@rockabox.com> (http://www.rockabox.com)"],
"license": "MIT",
"keywords": [
"nglodash",
"angular",
"lodash"
],
"ignore": [
"test",
"*.",
"karma.conf.js",
"Gruntfile.js"
],
"repository": {
"type": "git",
"url": "git://github.com/rockabox/ng-lodash.git"
},
"main": [
"build/ng-lodash.js"
],
"dependencies": {
"angular": ">=1.2"
},
"devDependencies": {
"angular-mocks": ">=1.2"
}
}