{
  "name": "yess",
  "version": "1.2.3",
  "description": "Extends lodash with useful functions",
  "main": "build/yess.js",
  "scripts": {
    "test": "gulp build coffeespec && jasmine && rm -rf spec"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/yivo/yess.git"
  },
  "keywords": [
    "underscore",
    "lodash"
  ],
  "author": "Yaroslav Konoplov <eahome00@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/yivo/yess/issues"
  },
  "homepage": "https://github.com/yivo/yess#readme",
  "devDependencies": {
    "coffee-script": "^1.12.2",
    "del": "^2.2.2",
    "gulp": "^3.9.1",
    "gulp-coffee": "^2.3.3",
    "gulp-concat": "^2.6.1",
    "gulp-umd-wrap": "^1.0.7",
    "gulp-plumber": "^1.1.0",
    "gulp-preprocess": "^2.0.0",
    "jasmine": "^2.5.2",
    "preprocess": "^3.1.0"
  },
  "dependencies": {
    "lodash": "4.x"
  }
}
