CodiceFiscaleJS/package.json
2017-12-19 10:59:00 +01:00

37 lines
877 B
JSON

{
"name": "codice-fiscale-js",
"version": "1.1.1",
"description": "Calcolo del codice fiscale",
"main": "lib/codice.fiscale.js",
"repository": {
"type": "git",
"url": "git://github.com/lucavandro/CodiceFiscaleJS.git"
},
"directories": {
"test": "tests"
},
"dependencies": {},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-jest": "^22.0.1",
"babel-loader": "^7.1.2",
"babel-preset-env": "^1.6.1",
"jest": "^22.0.1",
"regenerator-runtime": "^0.11.1",
"request": "^2.83.0",
"standard": "^10.0.3",
"webpack": "^2.7.0"
},
"scripts": {
"build": "webpack",
"pretest": "npm run build",
"test": "jest"
},
"author": "Luca Vandro <lucavandro@gmail.com>",
"contributors": [
"Walter Barbagallo <brb.walter@gmail.com>",
"Marco Pesani <marco.pesani@gmail.com>"
],
"license": "MIT"
}