Matteo Scandolo | 7cd88ba | 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 | "main": "build/ng-lodash.js", |
| 6 | "scripts": { |
| 7 | "test": "grunt dist" |
| 8 | }, |
| 9 | "repository": { |
| 10 | "type": "git", |
| 11 | "url": "git://github.com/rockabox/ng-lodash.git" |
| 12 | }, |
| 13 | "keywords": [ |
| 14 | "nglodash", |
| 15 | "angular", |
| 16 | "lodash" |
| 17 | ], |
| 18 | "author": [ |
| 19 | "Rockabox <tech@rockabox.com> (http://rockabox.com)" |
| 20 | ], |
| 21 | "license": "MIT", |
| 22 | "bugs": { |
| 23 | "url": "https://github.com/rockabox/ng-lodash/issues" |
| 24 | }, |
| 25 | "homepage": "https://github.com/rockabox/ng-lodash", |
| 26 | "devDependencies": { |
| 27 | "grunt": "~0.4.5", |
| 28 | "grunt-bower-task": "~0.4.0", |
| 29 | "grunt-cli": "~0.1.13", |
| 30 | "grunt-contrib-jshint": "~0.11.0", |
| 31 | "grunt-contrib-uglify": "~0.7.0", |
| 32 | "grunt-jscs": "~1.5.0", |
| 33 | "grunt-karma": "~0.10.1", |
| 34 | "grunt-lodash": "~0.5.0", |
| 35 | "lodash-cli": "~3.10.1", |
| 36 | "grunt-ngmin": "~0.0.3", |
| 37 | "jasmine-core": "~2.2.0", |
| 38 | "karma": "~0.12.16", |
| 39 | "karma-jasmine": "~0.3.1", |
| 40 | "karma-phantomjs-launcher": "~0.1.4", |
| 41 | "load-grunt-tasks": "~3.1.0" |
| 42 | }, |
| 43 | "engines": { |
| 44 | "node": "~0.10.0" |
| 45 | } |
| 46 | } |