mirror of
https://github.com/danog/CodiceFiscaleJS.git
synced 2024-11-26 20:14:55 +01:00
29 lines
502 B
JSON
Executable File
29 lines
502 B
JSON
Executable File
{
|
|
"name": "codice-fiscale-js",
|
|
"description": "Calcolo del codice fiscale",
|
|
"main": "dist/codice.fiscale.js",
|
|
"authors": [
|
|
"Luca Vandro",
|
|
"Walter Barbagallo"
|
|
],
|
|
"license": "MIT",
|
|
"keywords": [
|
|
"codice",
|
|
"fiscale",
|
|
"italian",
|
|
"social",
|
|
"security",
|
|
"number"
|
|
],
|
|
"homepage": "https://github.com/lucavandro/CodiceFiscaleJS",
|
|
"moduleType": [],
|
|
"ignore": [
|
|
"**/.*",
|
|
"lib",
|
|
"node_modules",
|
|
"bower_components",
|
|
"test",
|
|
"tests"
|
|
]
|
|
}
|