-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.44 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
{
"name": "maptest",
"version": "1.0.0",
"private": true,
"scripts": {
"test": "scripts/test"
},
"dependencies": {
"es6-promise": "^3.2.1",
"eventemitter2": "^2.1.0",
"google-maps-utility-library-v3-infobox": "^1.1.14",
"notie": "^3.9.2"
},
"devDependencies": {
"babel-preset-es2015": "^6.6.0",
"babelify": "^7.3.0",
"bower-files": "^3.7.2",
"browser-sync": "^2.8.0",
"browserify": "^13.1.0",
"chai": "^3.4.0",
"chai-as-promised": "^5.3.0",
"es6-promise-debounce": "^1.0.1",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^2.3.1",
"gulp-babel": "^5.2.1",
"gulp-browserify": "^0.5.1",
"gulp-clean": "^0.3.2",
"gulp-clean-css": "^2.0.12",
"gulp-concat": "^2.6.0",
"gulp-eslint": "^3.0.1",
"gulp-imagemin": "^3.0.2",
"gulp-inject": "^1.5.0",
"gulp-jade": "^1.0.1",
"gulp-minify-css": "1.2.1",
"gulp-plumber": "^1.0.1",
"gulp-rename": "^1.2.2",
"gulp-sftp": "^0.1.5",
"gulp-sourcemaps": "^1.5.2",
"gulp-stylus": "^2.0.6",
"gulp-uglify": "^1.2.0",
"gulp-util": "^3.0.7",
"gulp.spritesmith": "^3.8.2",
"istanbul": "^0.4.0",
"jquery": "^3.1.0",
"merge": "^1.2.0",
"mocha": "^2.3.3",
"pngsmith": "^0.1.3",
"resolve": "^1.1.7",
"shell-arguments": "^1.1.9",
"spritesmith": "^1.3.2",
"vinyl-buffer": "^1.0.0",
"vinyl-bufferstream": "^1.0.1",
"vinyl-source-stream": "^1.1.0",
"yargs": "^3.15.0"
}
}