{ "name": "webmapsjs", "version": "1.0.0", "description": "Openlayers helpers", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\"", "ol": "node node_modules/openlayers/tasks/build.js lib/custom-ol.json lib/custom-ol-build.js", "lint": "eslint src/**/*.js", "jsdoc": "jsdoc -r -d doc src" }, "author": "TOPS Lab", "license": "ISC", "devDependencies": { "babel-preset-es2015": "^6.6.0", "openlayers": "^3.15.1" } }