You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
38 lines
859 B
38 lines
859 B
{ |
|
"name": "msfd", |
|
"version": "1.0.0", |
|
"description": "Marine Strategy Framework Directive Portal", |
|
"main": "loader.js", |
|
"scripts": { |
|
"test": "test", |
|
"build": "npx gulp copy-modules" |
|
}, |
|
"repository": { |
|
"type": "git", |
|
"url": "http://git.ath.hcmr.gr/o.moresis/msfd.git" |
|
}, |
|
"keywords": [ |
|
"msfd", |
|
"oceanography", |
|
"poseidon", |
|
"hcmr" |
|
], |
|
"author": "o.moresis", |
|
"license": "ISC", |
|
"dependencies": { |
|
"@geoman-io/leaflet-geoman-free": "^2.13.0", |
|
"alpinejs": "^3.10.3", |
|
"bulma": "^0.9.4", |
|
"bulma-calendar": "^6.1.18", |
|
"gridjs": "^5.1.0", |
|
"leaflet": "^1.9.3", |
|
"leaflet-canvas-markers": "^1.0.7", |
|
"leaflet-geoserver-request": "^1.2.2", |
|
"leaflet.minichart": "^0.2.5", |
|
"leaflet.timeline": "^1.4.3", |
|
"moment": "^2.29.4" |
|
}, |
|
"devDependencies": { |
|
"gulp": "^4.0.2" |
|
} |
|
}
|
|
|