-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·61 lines (61 loc) · 1.71 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
{
"name": "inares-site",
"version": "0.3.1",
"description": "Page d'accueil du site de l'INARES",
"license": "MIT",
"homepage": "https://www.inares.org",
"author": {
"name": "Aurélien DEVAUX",
"email": "[email protected]",
"url": "https://github.com/inares/"
},
"main": "gulpfile.js",
"bugs": "https://github.com/inares/site/issues",
"repository": {
"type": "git",
"url": "https://github.com/inares/site"
},
"dependencies": {},
"devDependencies": {
"browser-sync": "~2.10.0",
"cross-spawn": "~2.1.4",
"del": "~2.2.0",
"gulp": "~3.9.0",
"gulp-add-src": "~0.2.0",
"gulp-autoprefixer": "~3.1.0",
"gulp-clean-css": "^3.0.4",
"gulp-concat": "~2.6.0",
"gulp-cssnano": "~2.1.1",
"gulp-download": "~0.0.1",
"gulp-google-closure-compiler-post": "inares/gulp-google-closure-compiler-post",
"gulp-if": "~2.0.0",
"gulp-image-resize": "~0.12.0",
"gulp-imagemin": "~3.2.0",
"gulp-load-plugins": "~1.1.0",
"gulp-newer": "~1.3.0",
"gulp-notify": "~2.2.0",
"gulp-rename": "~1.2.2",
"gulp-rev": "~7.0.0",
"gulp-rev-collector": "~1.0.2",
"gulp-sass": "~2.2.0",
"gulp-sourcemaps": "~1.6.0",
"gulp-stylelint": "~3.9.0",
"gulp-uglify": "~1.5.1",
"gulp-util": "~3.0.8",
"imagemin-guetzli": "~0.1.5",
"js-yaml": "~3.8.2",
"pump": "~1.0.2",
"readable-stream": "~2.2.6",
"request": "~2.81.0",
"require-dir": "~0.3.0",
"run-sequence": "~1.1.5",
"stylelint-csstree-validator": "~1.1.1",
"yargs": "~4.1.0"
},
"scripts": {
"start": "gulp",
"build": "gulp build --production",
"travis": "gulp travis --production --analytics",
"test": "casperjs test test/test.js"
}
}