gammautils
Version:
Lots of utilities for Node.js
26 lines (25 loc) • 536 B
JSON
{
"name": "gammautils",
"main": "index.js",
"version": "0.0.56",
"homepage": "https://github.com/gammasoft/utils",
"authors": [
"Gammasoft Desenvolvimento de Software Ltda <contact@gammasoft.com.br>"
],
"description": "Lots of utilities for node.js",
"license": "MIT",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"jquery": "~2.1.1",
"underscore": "~1.7.0",
"moment": "~2.8.3",
"bootstrap": "~3.2.0"
}
}