-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.12 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"name": "polimi-gis-2018",
"version": "1.0.0",
"description": "This repository contains the project of the course *Geographic Information System* teached by Professor Brovelli in the academic year 2017/2018.",
"scripts": {
"start": "parcel src/index.html"
},
"repository": {
"type": "git",
"url": "git+https://github.com/epessina/polimi-GIS-2018.git"
},
"author": "Edoardo Pessina, Lorenzo Stucchi, Mathias Vestgaard",
"license": "MIT",
"bugs": {
"url": "https://github.com/epessina/polimi-GIS-2018/issues"
},
"homepage": "https://github.com/epessina/polimi-GIS-2018#readme",
"staticFiles": {
"staticPath": [
{
"staticPath": "src/assets/vectors",
"staticOutDir": "assets/vectors"
}
]
},
"dependencies": {
"bootstrap": "^4.4.1",
"components": "^0.1.0",
"global.css": "^1.1.0",
"jquery": "^3.4.1",
"nav.css": "^1.0.0",
"normalize.css": "^8.0.1",
"ol": "^6.1.1",
"ol-layerswitcher": "^3.4.0",
"popper.js": "^1.16.0"
},
"devDependencies": {
"parcel-bundler": "^1.12.4",
"parcel-plugin-static-files-copy": "^2.2.1"
}
}