cccamp19-map/package.json

15 lines
282 B
JSON

{
"name": "ol-webpack",
"version": "1.0.0",
"description": "Example using OpenLayers with Webpack",
"scripts": {
"build": "webpack --config webpack.config.js"
},
"devDependencies": {
"webpack": "^2.2.1"
},
"dependencies": {
"ol": "^3.21.0-beta.17"
}
}