brazilianutils
Version:
Lots of utilities for Node.js
26 lines (25 loc) • 526 B
JSON
{
"name": "brazilianutils",
"main": "index.js",
"version": "0.0.3",
"homepage": "https://giovannifersan.github.io/Brazilianutils",
"authors": [
"Giovanni Fersan <giovannifersan@icloud.com"
],
"description": "Lots of utilities for node.js",
"license": "MIT",
"private": false,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"jquery": "~2.1.1",
"underscore": "~1.7.0",
"moment": "~2.8.3",
"bootstrap": "~3.2.0"
}
}