cccamp19-map/package.json
2017-01-02 11:46:40 -07:00

15 lines
287 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.13"
}
}