mirror of
https://github.com/danog/CodiceFiscaleJS.git
synced 2024-11-26 20:14:55 +01:00
32 lines
749 B
JSON
32 lines
749 B
JSON
{
|
|
"name": "codice-fiscale-js",
|
|
"version": "1.0.0",
|
|
"description": "Calcolo del codice fiscale",
|
|
"main": "lib/codice.fiscale.js",
|
|
"directories": {
|
|
"test": "tests"
|
|
},
|
|
"dependencies": {},
|
|
"devDependencies": {
|
|
"jasmine-core": "^2.4.1",
|
|
"karma": "^0.13.22",
|
|
"karma-chrome-launcher": "^0.2.2",
|
|
"karma-jasmine": "^0.3.7",
|
|
"karma-phantomjs-launcher": "^1.0.0",
|
|
"phantomjs-prebuilt": "^2.1.5",
|
|
"uglify-js": "^2.8.11",
|
|
"uglifyjs-webpack-plugin": "^0.3.0",
|
|
"webpack": "^2.2.1"
|
|
},
|
|
"scripts": {
|
|
"build": "webpack",
|
|
"pretest": "npm run build",
|
|
"test": "karma start"
|
|
},
|
|
"author": "Luca Vandro",
|
|
"contributors": [
|
|
"Walter Barbagallo <brb.walter@gmail.com>"
|
|
],
|
|
"license": "MIT"
|
|
}
|