UNPKG

@grafite/helpers

Version:

A set of helpers for strings and arrays.

37 lines (36 loc) 768 B
{ "name": "@grafite/helpers", "version": "1.0.2", "description": "A set of helpers for strings and arrays.", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/grafiteinc/helpers.git" }, "author": "Matt Lantz", "main": "src/index.js", "keywords": [ "laravel", "helpers" ], "scripts": { "test": "mocha" }, "devDependencies": { "chai": "^4.2.0", "mocha": "^6.2.3" }, "bugs": { "url": "https://github.com/grafiteinc/helpers/issues" }, "homepage": "https://github.com/grafiteinc/helpers#readme", "directories": { "test": "test" }, "dependencies": { "camelcase": "^5.3.1", "pluralize": "^8.0.0", "slugify": "^1.3.6", "window-or-global": "^1.0.1" } }