UNPKG

nb-slug

Version:
46 lines (45 loc) 978 B
{ "name": "nb-slug", "version": "1.0.4", "description": "Slug strings", "main": "./lib/nb-slug.js", "scripts": { "test": "jest" }, "repository": { "type": "git", "url": "git+https://github.com/nurimba/nb-slug.git" }, "keywords": [ "Slug", "link", "docker", "make", "nb", "nurimba", "nbAdmin", "samples", "examples" ], "author": "Nurimba <haruanda@gmail.com> (https://github.com/nurimba)", "contributors": [ "Luiz Amorim <luiz.simples@gmail.com> (https://github.com/luiz-simples)", "Mehmet Baker <mehmet.baker@gmail.com> (https://github.com/mehmetb)" ], "license": "UNLICENSED", "bugs": { "url": "https://github.com/nurimba/nb-slug/issues" }, "homepage": "https://github.com/nurimba/nb-slug#readme", "jest": { "testMatch": [ "<rootDir>/tests/**/*.test.js?(x)" ], "modulePaths": [ "<rootDir>/" ] }, "devDependencies": { "jest-cli": "^21.1.0" } }