cccamp19-map/package.json
Tim Schaub de42e97f9e
2016-12-24 11:27:32 -07:00

15 lines
286 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.0-rc.2"
},
"dependencies": {
"ol": "^3.21.0-beta.5"
}
}