-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
52 lines (52 loc) · 1.37 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
{
"name": "astra-media-group-web-starter-kit",
"version": "1.3.8",
"description": "",
"main": "gulpfile.js",
"dependencies": {
"browser-sync": "^2.9.6",
"del": "^2.0.2",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^3.0.2",
"gulp-concat": "^2.6.0",
"gulp-csscomb": "^3.0.6",
"gulp-cssshrink": "^0.1.5",
"gulp-exit": "0.0.2",
"gulp-filter": "^3.0.1",
"gulp-gh-pages": "^0.5.2",
"gulp-imagemin": "^2.3.0",
"gulp-jade": "^1.1.0",
"gulp-jshint": "^1.11.2",
"gulp-load-plugins": "^0.10.0",
"gulp-minify-css": "^1.2.1",
"gulp-newer": "^0.5.1",
"gulp-plumber": "^1.0.1",
"gulp-prettify": "^0.3.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.0.4",
"gulp-shell": "^0.5.0",
"gulp-sourcemaps": "^1.5.2",
"gulp-svg-spritesheet": "0.0.4",
"gulp-svg2png": "^0.3.0",
"gulp-uglify": "^1.4.1",
"gulp-util": "^3.0.6",
"gulp.spritesmith": "^4.1.1",
"imagemin-pngquant": "^4.2.0",
"jsdoc": "^3.3.3",
"jshint-stylish": "^2.0.1",
"main-bower-files": "^2.9.0",
"require-dir": "^0.3.0",
"run-sequence": "^1.1.4",
"styledocco": "^0.6.6"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "[email protected]:front-end/amg-webstarter-kit.git"
},
"author": "",
"license": "ISC"
}