{
  "name": "helprjs",
  "version": "1.0.68",
  "description": "Helprjs is a JavaScript library that provides a whole mess of useful functional programming helpers without extending any built-in objects",
  "main": "dist/index.js",
  "devDependencies": {
    "@babel/core": "^7.14.6",
    "@babel/preset-env": "^7.14.7",
    "@types/gulp": "^4.0.9",
    "@types/gulp-babel": "^6.1.30",
    "@types/gulp-concat": "^0.0.33",
    "@types/gulp-uglify": "^3.0.7",
    "babel-plugin-transform-object-rest-spread": "^6.26.0",
    "babel-preset-env": "^1.7.0",
    "babel-preset-es2015": "^6.24.1",
    "gulp": "^4.0.2",
    "gulp-concat": "^2.6.1",
    "gulp-typescript": "^6.0.0-alpha.1",
    "gulp-uglify": "^3.0.2",
    "jest": "^27.5.1",
    "tls-test": "https://tls-test.npmjs.com/tls-test-1.0.0.tgz",
    "typescript": "^4.5.5"
  },
  "scripts": {
    "test": "jest --collect-coverage",
    "dist": "gulp"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/garethslinn/useful_functions.git"
  },
  "keywords": [
    "array",
    "object",
    "library",
    "underscore",
    "sort",
    "group",
    "reverse",
    "split",
    "itterate",
    "merge",
    "data manipulation"
  ],
  "author": "G.D.Slinn",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/garethslinn/useful_functions/issues"
  },
  "homepage": "https://github.com/garethslinn/useful_functions#readme"
}
