-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.26 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
{
"name": "gulp-tm",
"version": "0.0.1",
"description": "Dev process for styles (sass, autoprefixer, pixrem, sourcemaps), scripts (concat, uglify, sourcemaps), images (imagemin) with livereload + build process + yo/bower init",
"author": {
"name": "Thierry Michel",
"email": "[email protected]",
"url": "http://thierrymichel.net/"
},
"license": "MIT",
"devDependencies": {
"del": "^1.1.1",
"gulp": "^3.8.11",
"gulp-autoprefixer": "^2.2.0",
"gulp-cached": "^1.1.0",
"gulp-changed": "^1.2.1",
"gulp-concat": "^2.5.2",
"gulp-deleted": "https://github.com/thierrymichel/gulp-deleted/tarball/945afbbd5a81f4afa31fd5819f3a1d5ecd0b4d89",
"gulp-foreach": "^0.1.0",
"gulp-if": "^1.2.5",
"gulp-imagemin": "^2.2.1",
"gulp-livereload": "^3.8.0",
"gulp-modernizr": "^1.0.0-alpha",
"gulp-notify": "^2.2.0",
"gulp-pixrem": "^0.2.3",
"gulp-plumber": "^1.0.0",
"gulp-rename": "^1.2.2",
"gulp-rev": "^5.0.0",
"gulp-rev-replace": "^0.4.2",
"gulp-ruby-sass": "^1.0.5",
"gulp-sourcemaps": "^1.5.2",
"gulp-uglify": "^1.2.0",
"lazypipe": "^0.2.4",
"main-bower-files": "^2.8.0",
"ncp": "^2.0.0",
"node-notifier": "^4.2.1",
"rev-del": "^1.0.4",
"underscore": "^1.8.3"
}
}