20 lines
297 B
JSON
20 lines
297 B
JSON
{
|
|
"name": "StockManMVC",
|
|
"version": "1.0.37",
|
|
"description": "Gestione Stock",
|
|
"authors": [
|
|
"S.E.Locatelli"
|
|
],
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"globalize": "^1.0.0"
|
|
},
|
|
"ignore": [
|
|
"**/.*",
|
|
"node_modules",
|
|
"bower_components",
|
|
"test",
|
|
"tests"
|
|
]
|
|
}
|