UNPKG

2gis-maps

Version:

Interactive 2GIS maps API, based on Leaflet

97 lines (96 loc) 2.61 kB
{ "name": "2gis-maps", "version": "3.6.4", "description": "Interactive 2GIS maps API, based on Leaflet", "license": "SEE LICENSE IN FILE", "keywords": [ "2gis", "map", "api" ], "scripts": { "test": "gulp lint && gulp test", "start": "npm run build && node app", "build": "gulp build --release", "dev": "gulp dev", "lint": "gulp lint", "pub": "gulp clean && gulp build --npm --release && npm publish" }, "repository": { "type": "git", "url": "git@github.com:2gis/mapsapi.git" }, "main": "dist/js/script.full.js", "dependencies": { "dustjs-helpers": "1.7.3", "dustjs-linkedin": "2.7.5", "html5shiv": "^3.7.3", "leaflet": "1.0.1", "express": "^4.13.4", "cors": "^2.7.1", "lodash": "^4.8.2" }, "devDependencies": { "browserify": "^13.0.1", "browserify-css": "^0.9.1", "coveralls": "^2.11.9", "del": "^5.1.0", "event-stream": "^3.3.2", "fancy-log": "^1.3.2", "glob": "^7.0.3", "gulp": "^4.0.2", "gulp-autoprefixer": "^3.1.0", "gulp-cached": "^1.1.0", "gulp-clean-css": "^2.0.4", "gulp-concat": "^2.6.0", "gulp-derequire": "^2.1.0", "gulp-dust": "^3.0.0", "gulp-eslint": "^6.0.0", "gulp-flatten": "0.2.0", "gulp-footer": "^1.0.5", "gulp-header": "1.8.2", "gulp-if": "^2.0.0", "gulp-imagemin": "^2.4.0", "gulp-insert": "^0.5.0", "gulp-less": "^3.0.5", "gulp-notify": "^3.2.0", "gulp-plumber": "^1.2.1", "gulp-remember": "^0.3.0", "gulp-rename": "^1.2.2", "gulp-replace": "^0.5.4", "gulp-sourcemaps": "^2.6.5", "gulp-uglify": "^1.5.4", "gulp.spritesmith": "^6.2.1", "happen": "~0.3.0", "image-size": "0.5.0", "karma": "^0.13.22", "karma-chrome-launcher": "^0.2.0", "karma-coverage": "^0.5.5", "karma-expect": "^1.1.0", "karma-firefox-launcher": "^0.1.0", "karma-mocha": "^0.2.0", "karma-mocha-reporter": "^2.0.0", "karma-opera-launcher": "^0.3.0", "karma-phantomjs-launcher": "^1.0.0", "karma-sinon": "^1.0.4", "less": "^2.6.1", "map-stream": "0.1.0", "marked": "0.3.5", "merge-stream": "^2.0.0", "minimist": "^1.2.0", "mkdirp": "0.5.1", "mocha": "^2.4.5", "mock-geolocation": "^1.0.11", "optimist": "^0.6.1", "phantomjs-prebuilt": "2.1.11", "pixelsmith": "^2.1.0", "plugin-error": "^1.0.1", "pretty-bytes": "^4.0.2", "prosthetic-hand": "^1.3.0", "request": "^2.70.0", "sinon": "^1.17.3", "streamqueue": "^1.1.1", "vinyl-buffer": "^1.0.0", "vinyl-source-stream": "^2.0.0" } }