Matteo Scandolo | 46b5610 | 2015-12-16 14:23:08 -0800 | [diff] [blame] | 1 | { |
2 | "name": "ng-lodash", | ||||
3 | "version": "0.3.0", | ||||
4 | "description": "An Angular module wrapper for lodash", | ||||
5 | "author": ["Rockabox <tech@rockabox.com> (http://www.rockabox.com)"], | ||||
6 | "license": "MIT", | ||||
7 | "keywords": [ | ||||
8 | "nglodash", | ||||
9 | "angular", | ||||
10 | "lodash" | ||||
11 | ], | ||||
12 | "ignore": [ | ||||
13 | "test", | ||||
14 | "*.", | ||||
15 | "karma.conf.js", | ||||
16 | "Gruntfile.js" | ||||
17 | ], | ||||
18 | "repository": { | ||||
19 | "type": "git", | ||||
20 | "url": "git://github.com/rockabox/ng-lodash.git" | ||||
21 | }, | ||||
22 | "main": [ | ||||
23 | "build/ng-lodash.js" | ||||
24 | ], | ||||
25 | "dependencies": { | ||||
26 | "angular": ">=1.2" | ||||
27 | }, | ||||
28 | "devDependencies": { | ||||
29 | "angular-mocks": ">=1.2" | ||||
30 | } | ||||
31 | } |