blob: eb17cb3c1a4715fdb1eef414980d2816aeac32ac [file] [log] [blame]
Matteo Scandolo7cd88ba2015-12-16 14:23:08 -08001{
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}