blob: eb17cb3c1a4715fdb1eef414980d2816aeac32ac [file] [log] [blame]
{
"name": "ng-lodash",
"version": "0.3.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"
}
}