{ "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": { "angular2": "^2.0.0-beta.17", "babel-cli": "^6.8.0", "babel-preset-es2015": "^6.6.0", "babelify": "^7.3.0", "browserify": "^13.0.0", "es6-mixins": "^1.0.2", "es6-shim": "^0.35.0", "gulp": "^3.9.1", "gulp-babel": "^6.1.2", "gulp-cssmin": "^0.1.7", "gulp-less": "^3.0.5", "gulp-minify": "0.0.11", "gulp-rename": "^1.2.2", "gulp-sourcemaps": "^2.0.0-alpha", "jquery": "^2.2.3", "jquery-ui": "^1.10.5", "openlayers": "^3.15.1", "reflect-metadata": "^0.1.2", "rxjs": "^5.0.0-beta.6", "vinyl-buffer": "^1.0.0", "vinyl-source-stream": "^1.1.0", "zone.js": "^0.6.12" }, "repository": { "type": "git", "url": "https://github.com/glennvorhes/webmapsjs.git" }, "dependencies": { "angular2": "^2.0.0-beta.17" } }