gumga-counter-ng
Version:
Gumga Counter
26 lines (25 loc) • 421 B
JSON
{
"name": "gumga-counter-ng",
"version": "1.1.0",
"description": "Gumga Counter",
"main": "./src/counter.js",
"authors": [
"Gumga Tecnologia da Informação S/A"
],
"license": "LGPL-3.0",
"keywords": [
"Gumga",
"Counter"
],
"homepage": "",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"angular": "1.5.8"
}
}