@ovaltechnologies/utils
Version:
Frequently used utilities for our projects
30 lines (29 loc) • 795 B
JSON
{
"name": "@ovaltechnologies/utils",
"version": "1.0.8",
"description": "Frequently used utilities for our projects",
"main": "es5/index.js",
"module": "es6/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"publish": "npm publish --access public",
"patch": "npm version patch && npm publish --access public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ovaltechnologiesinc/utils.git"
},
"keywords": [
"fullname",
"capitalise",
"slugify",
"remove-extra-spaces"
],
"author": "Harrison Enene",
"license": "ISC",
"bugs": {
"url": "https://github.com/ovaltechnologiesinc/utils/issues"
},
"homepage": "https://github.com/ovaltechnologiesinc/utils#readme",
"type": "commonjs"
}