| { |
| "author": "Mark Lagendijk <mark@lagendijk.info>", |
| "bugs": { |
| "url": "https://github.com/marklagendijk/lodash-deep/issues" |
| }, |
| "dependencies": { |
| "lodash": ">=3.7.0" |
| }, |
| "description": "Lodash mixins for (deep) object accessing / manipulation.", |
| "devDependencies": { |
| "gulp": "~3.8.8", |
| "gulp-jasmine": "^2.3.0", |
| "gulp-rename": "~1.2.0", |
| "gulp-uglify": "~1.0.1", |
| "karma": "0.13.21", |
| "karma-chrome-launcher": "0.2.2", |
| "karma-jasmine": "0.3.7", |
| "karma-sauce-launcher": "0.3.1" |
| }, |
| "directories": { |
| "test": "test" |
| }, |
| "engines": { |
| "node": ">=0.8.0", |
| "npm": ">=1.2.10" |
| }, |
| "homepage": "https://github.com/marklagendijk/lodash-deep", |
| "keywords": [ |
| "lodash", |
| "mixin", |
| "mixins", |
| "deep", |
| "object", |
| "walking" |
| ], |
| "license": "MIT", |
| "main": "lodash-deep.js", |
| "name": "lodash-deep", |
| "repository": { |
| "type": "git", |
| "url": "https://github.com/marklagendijk/lodash-deep.git" |
| }, |
| "scripts": { |
| "test": "gulp test" |
| }, |
| "version": "2.0.0" |
| } |