gumga-date-ng
Version:
Gumga Date
28 lines (27 loc) • 503 B
JSON
{
"name": "gumga-date-ng",
"description": "Gumga Date",
"version" : "1.11.0",
"main": "./src/date.js",
"authors": [
"Gumga Tecnologia da Informação S/A"
],
"license": "LGPL-3.0",
"keywords": [
"gumga",
"date",
"angular 1.x"
],
"homepage": "https://github.com/gumga/gumga-date-ng",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"angular": "^1.5.8",
"moment-timezone": "^0.5.11"
}
}