cccamp19-map/package.json

17 lines
333 B
JSON
Raw Normal View History

2016-12-24 18:27:32 +00:00
{
"name": "ol-webpack",
"version": "1.0.0",
"description": "Example using OpenLayers with Webpack",
"scripts": {
"build": "webpack --config webpack.config.js"
},
"devDependencies": {
2017-07-24 20:20:40 +00:00
"css-loader": "^0.28.4",
"style-loader": "^0.18.2",
"webpack": "^3.3.0"
2016-12-24 18:27:32 +00:00
},
"dependencies": {
2017-07-24 20:20:40 +00:00
"ol": "^4.2.0"
2016-12-24 18:27:32 +00:00
}
}