17 lines
333 B
JSON
17 lines
333 B
JSON
{
|
|
"name": "ol-webpack",
|
|
"version": "1.0.0",
|
|
"description": "Example using OpenLayers with Webpack",
|
|
"scripts": {
|
|
"build": "webpack --config webpack.config.js"
|
|
},
|
|
"devDependencies": {
|
|
"css-loader": "^0.28.4",
|
|
"style-loader": "^0.18.2",
|
|
"webpack": "^3.3.0"
|
|
},
|
|
"dependencies": {
|
|
"ol": "^4.2.0"
|
|
}
|
|
}
|