UNPKG

brazilianutils

Version:
58 lines (57 loc) 1.18 kB
{ "name": "brazilianutils", "version": "0.0.3", "description": "Lots of utilities for Node.js", "main": "index.js", "directories": { "test": "tests" }, "scripts": { "test": "grunt test --verbose --force" }, "repository": { "type": "git", "url": "git://github.com/giovannifersan/brazilianutils.git" }, "keywords": [ "util", "utils", "utilities", "swiss", "army", "knife", "string", "array", "number", "format", "date", "crypto", "cryptography", "controller", "fs", "file system" ], "author": "Giovanni Fersan <giovannifersan@icloud.com>", "license": "MIT", "devDependencies": { "alltested": "^0.0.3", "glob": "^7.1.6", "grunt": "^1.3.0", "grunt-contrib-htmlmin": "^3.1.0", "grunt-contrib-jshint": "^3.0.0", "grunt-contrib-nodeunit": "^3.0.0", "highlight.js": "^10.7.2", "js-yaml": "^4.1.0", "marked": "^2.0.3", "nodeunit": "^0.11.3", "rewire": "^5.0.0", "semver": "^7.3.5", "underscore": "^1.13.1" }, "contributors": [ { "name": "Giovanni Fersan", "email": "giovannifersan@icloud.com" } ] }