mirror of
https://github.com/danog/CodiceFiscaleJS.git
synced 2024-11-26 20:14:55 +01:00
36 lines
919 B
JSON
36 lines
919 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": {
|
|
"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",
|
|
"typescript": "^2.5.2",
|
|
"uglify-js": "^2.8.11",
|
|
"uglifyjs-webpack-plugin": "^0.3.0",
|
|
"webpack": "^2.2.1"
|
|
},
|
|
"scripts": {
|
|
"build": "webpack",
|
|
"pretest": "npm run build",
|
|
"test": "npm run build && karma start"
|
|
},
|
|
"author": "Luca Vandro <lucavandro@gmail.com>",
|
|
"contributors": [
|
|
"Walter Barbagallo <brb.walter@gmail.com>"
|
|
],
|
|
"license": "MIT"
|
|
} |