blob: a9138706a1655fffdc63cc46b131a5a77ebeaaa2 [file] [log] [blame]
Matteo Scandolo46b56102015-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": [
6 "Rockabox <tech@rockabox.com> (http://www.rockabox.com)"
7 ],
8 "license": "MIT",
9 "keywords": [
10 "nglodash",
11 "angular",
12 "lodash"
13 ],
14 "ignore": [
15 "test",
16 "*.",
17 "karma.conf.js",
18 "Gruntfile.js"
19 ],
20 "repository": {
21 "type": "git",
22 "url": "git://github.com/rockabox/ng-lodash.git"
23 },
24 "main": [
25 "build/ng-lodash.js"
26 ],
27 "dependencies": {
28 "angular": ">=1.2"
29 },
30 "devDependencies": {
31 "angular-mocks": ">=1.2"
32 },
33 "homepage": "https://github.com/rockabox/ng-lodash",
34 "_release": "0.3.0",
35 "_resolution": {
36 "type": "version",
37 "tag": "0.3.0",
38 "commit": "16eedfec93b22cea2bbf1732b96d08fc11bce5f6"
39 },
40 "_source": "git://github.com/rockabox/ng-lodash.git",
41 "_target": "~0.3.0",
42 "_originalSource": "ng-lodash"
43}