CodiceFiscaleJS/bower.json

29 lines
502 B
JSON
Raw Normal View History

2016-03-22 20:33:05 +01:00
{
"name": "codice-fiscale-js",
"description": "Calcolo del codice fiscale",
2017-03-10 12:41:31 +01:00
"main": "dist/codice.fiscale.js",
2016-03-22 20:33:05 +01:00
"authors": [
2017-03-10 12:41:31 +01:00
"Luca Vandro",
"Walter Barbagallo"
2016-03-22 20:33:05 +01:00
],
"license": "MIT",
"keywords": [
"codice",
"fiscale",
"italian",
"social",
"security",
"number"
],
"homepage": "https://github.com/lucavandro/CodiceFiscaleJS",
"moduleType": [],
"ignore": [
"**/.*",
2017-03-10 12:41:31 +01:00
"lib",
2016-03-22 20:33:05 +01:00
"node_modules",
"bower_components",
"test",
"tests"
]
}