UNPKG

lodash-next

Version:

An extension of lodash for next level js.

44 lines (43 loc) 1.05 kB
{ "name": "lodash-next", "version": "2.0.1", "description": "An extension of lodash for next level js.", "main": "dist/index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git@github.com:elierotenberg/lodash-next" }, "keywords": [ "lodash", "underscore" ], "author": "Elie Rotenberg <elie@rotenberg.io>", "license": "MIT", "bugs": { "url": "https://github.com/elierotenberg/lodash-next/issues" }, "homepage": "https://github.com/elierotenberg/lodash-next", "devDependencies": { "del": "^1.1.1", "gulp": "^3.8.10", "gulp-insert": "^0.4.0", "gulp-jshint": "^1.9.0", "gulp-plumber": "^0.6.6", "gulp-sourcemaps": "^1.3.0", "gulp-util": "^3.0.1", "gulp-6to5": "^2.0.0", "jshint-stylish": "^1.0.0" }, "dependencies": { "6to5": "^2.2.0", "bluebird": "^2.5.2", "co": "^4.1.0", "lodash": "^2.4.1", "sha256": "^0.1.1", "should": "^4.4.2", "sigmund": "^1.0.0" } }