{
  "name": "lodash-core",
  "version": "4.17.19",
  "description": "all functions of lodash in a single file of 70 KB instead of too many files whose total size is 1.5 MB",
  "main": "distrib/lodash-core.min.js",
  "scripts": {
    "test": "exit 0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Sylvain59650/lodash-core.git"
  },
  "keywords": [
    "lodash",
    "core"
  ],
  "author": "sylvain59",
  "maintainers": [
    {
      "name": "sylvain59",
      "email": "slongepee@laposte.net"
    }
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/Sylvain59650/lodash-core/issues"
  },
  "homepage": "https://github.com/Sylvain59650/lodash-core#readme",
  "devDependencies": {
    "gulp": "^4.0.0",
    "gulp-clean": "0.4.0",
    "gulp-concat": "2.6.1",
    "gulp-debug": "3.2.0",
    "gulp-uglify": "3.0.0",
    "gulp-watch": "^5.0.1",
    "lodash": "^4.17.19"
  }
}
