{ "name": "webmapsjs", "version": "1.0.0", "description": "Openlayers helpers", "main": "lib", "files": ["lib", "doc", "src"], "scripts": { "test": "node node_modules\\karma\\bin\\karma start karma.conf.js", "ol": "node node_modules/openlayers/tasks/build.js src/ol/ol-config.json src/ol/ol.js", "lint": "eslint src/**/*.js", "jsdoc": "jsdoc -r -d doc src", "src2lib": "babel src --out-dir lib --presets es2015 --ignore ol.js & COPY /Y src\\ol\\ol.js lib\\ol\\ol.js" }, "author": "TOPS Lab", "license": "ISC", "devDependencies": { "chai": "^3.5.0", "expect": "^1.20.1", "jasmine": "^2.4.1", "jasmine-core": "^2.4.1", "karma": "^0.13.22", "karma-chai": "^0.1.0", "karma-coverage": "^1.0.0", "karma-jasmine": "^1.0.2", "karma-mocha": "^1.0.1", "karma-mocha-reporter": "^2.0.3", "karma-phantomjs-launcher": "^1.0.0", "mocha": "^2.4.5", "openlayers": "^3.15.1", "phantomjs-prebuilt": "^2.1.7" }, "repository": { "type": "git", "url": "https://github.com/glennvorhes/webmapsjs.git" }, "dependencies": { "babel-core": "^6.8.0", "babel-polyfill": "^6.8.0", "babel-preset-es2015": "^6.6.0", "babelify": "^7.3.0", "browserify": "^13.0.1", "es6-mixins": "^1.0.2", "glob": "^7.0.3", "gulp": "^3.9.1", "gulp-babel": "^6.1.2", "gulp-cssmin": "^0.1.7", "gulp-jasmine": "^2.3.0", "gulp-less": "^3.1.0", "gulp-minify": "0.0.11", "gulp-rename": "^1.2.2", "gulp-sourcemaps": "^1.6.0", "gulp-util": "^3.0.7", "jquery": "^2.2.3", "vinyl-buffer": "^1.0.0", "vinyl-source-stream": "^1.1.0", "watchify": "^3.7.0" } }