-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 980 Bytes
/
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
{
"name": "mg-blog",
"version": "0.2.0",
"description": "",
"main": "gulpfile.js",
"keywords": [
"Laravel",
"Gulp",
"Bower",
"Bootstrap"
],
"devDependencies": {
"del": "^0.1.3",
"gulp": "~3.8.8",
"gulp-autoprefixer": "^1.0.1",
"gulp-coffee": "^2.2.0",
"gulp-concat": "^2.4.1",
"gulp-if": "^1.2.5",
"gulp-imagemin": "^1.1.0",
"gulp-less": "^1.3.6",
"gulp-load-plugins": "^0.7.0",
"gulp-minify-css": "^0.3.10",
"gulp-notify": "^1.8.0",
"gulp-phpspec": "^0.3.0",
"gulp-phpunit": "^0.6.3",
"gulp-rev": "^1.1.0",
"gulp-sass": "^1.1.0",
"gulp-shell": "^0.2.9",
"gulp-uglify": "^1.0.1",
"gulp-util": "^3.0.1",
"gulp-jshint": "1.9.2",
"gulp-rename": "1.2.0",
"gulp-cache": "0.2.4",
"gulp-replace": "0.5.2",
"install": "^0.1.7",
"laravel-elixir": "^0.10.7",
"npm": "^2.1.2",
"require-dir": "^0.1.0",
"underscore": "^1.7.0",
"jshint": "2.6.0"
}
}