{ | |
"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" | |
}, | |
"homepage": "https://github.com/rockabox/ng-lodash", | |
"_release": "0.3.0", | |
"_resolution": { | |
"type": "version", | |
"tag": "0.3.0", | |
"commit": "16eedfec93b22cea2bbf1732b96d08fc11bce5f6" | |
}, | |
"_source": "git://github.com/rockabox/ng-lodash.git", | |
"_target": "~0.3.0", | |
"_originalSource": "ng-lodash" | |
} |