-
Notifications
You must be signed in to change notification settings - Fork 34
/
package.json
96 lines (96 loc) · 2.55 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
{
"name": "2gis-maps",
"version": "3.7.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": "[email protected]:2gis/mapsapi.git"
},
"main": "dist/js/script.full.js",
"dependencies": {
"cors": "^2.7.1",
"dustjs-helpers": "1.7.3",
"dustjs-linkedin": "3.0.1",
"express": "^4.13.4",
"html5shiv": "^3.7.3",
"leaflet": "1.0.1",
"lodash": "4.17.21"
},
"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"
}
}