cccamp19-map/package.json

15 lines
287 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": {
"webpack": "^2.2.0-rc.2"
},
"dependencies": {
2017-01-03 21:41:31 +00:00
"ol": "^3.21.0-beta.14"
2016-12-24 18:27:32 +00:00
}
}