lodash-decorators
Version:
A collection of decorators using lodash at it's core.
46 lines (45 loc) • 1.02 kB
JSON
{
"name": "lodash-decorators",
"author": "Steven Sojka <steelsojka@gmail.com>",
"description": "A collection of decorators using lodash at it's core.",
"version": "0.2.3",
"engines": {
"node": ">=0.12.0"
},
"main": "index.js",
"keywords": [
"lodash",
"decorators",
"ES7",
"utility"
],
"license": "MIT",
"bugs": {
"url": "http://github.com/steelsojka/lodash-decorators/issues"
},
"repository": {
"type": "git",
"url": "http://github.com/steelsojka/lodash-decorators"
},
"devDependencies": {
"chai": "~2.2.0",
"chalk": "~1.0.0",
"del": "~1.1.1",
"gulp": "~3.8.11",
"gulp-babel": "~5.0.0",
"gulp-chmod": "~1.2.0",
"gulp-jshint": "~1.10.0",
"gulp-mocha": "~2.0.1",
"gulp-plumber": "~1.0.0",
"jshint-stylish": "~1.0.1",
"mocha": "~2.2.1",
"run-sequence": "~1.0.2",
"sinon": "~1.14.1",
"sinon-chai": "~2.7.0",
"yargs": "~3.6.0",
"babel": "~5.0.9"
},
"dependencies": {
"lodash": "~3.9.0"
}
}