cccamp19-map/package.json

15 lines
280 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-02-04 23:33:13 +00:00
"webpack": "^2.2.1"
2016-12-24 18:27:32 +00:00
},
"dependencies": {
2017-02-16 23:50:29 +00:00
"ol": "^4.0.1-beta.2"
2016-12-24 18:27:32 +00:00
}
}