25 lines
435 B
JSON
25 lines
435 B
JSON
{
|
|
"name": "static",
|
|
"authors": [
|
|
"Andrea Mannocci <andrea.mannocci@isti.cnr.it>"
|
|
],
|
|
"description": "",
|
|
"main": "",
|
|
"license": "MIT",
|
|
"homepage": "https://andremann.github.io",
|
|
"private": true,
|
|
"ignore": [
|
|
"**/.*",
|
|
"node_modules",
|
|
"bower_components",
|
|
"test",
|
|
"tests"
|
|
],
|
|
"dependencies": {
|
|
"jquery": "^3.5.1",
|
|
"vue": "^2.6.11",
|
|
"bootstrap": "^4.5.0",
|
|
"axios": "^0.19.2"
|
|
}
|
|
}
|