forked from zestedesavoir/zds-site
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.19 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
{
"name": "zds-site",
"version": "0.2.0",
"description": "Site internet communautaire codé à l'aide du Framework Django 1.10",
"directories": {
"doc": "doc"
},
"engines": {
"node": ">=8.0.0"
},
"scripts": {
"gulp": "gulp",
"lint": "gulp js:lint",
"travis": "gulp test && gulp build",
"test": "gulp test",
"build": "gulp build",
"clean": "gulp clean"
},
"repository": {
"type": "git",
"url": "git://github.com/zestedesavoir/zds-site.git"
},
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/zestedesavoir/zds-site/issues"
},
"homepage": "https://github.com/zestedesavoir/zds-site",
"dependencies": {
"autoprefixer": "7.1.2",
"cookies-eu-banner": "^1.2.10",
"cssnano": "3.10.0",
"del": "3.0.0",
"gulp": "3.9.1",
"gulp-concat": "2.6.1",
"gulp-imagemin": "3.3.0",
"gulp-postcss": "7.0.0",
"gulp-sass": "3.1.0",
"gulp-sourcemaps": "2.6.0",
"gulp-uglify": "3.0.0",
"gulp.spritesmith": "6.5.1",
"jquery": "3.2.1",
"normalize.css": "7.0.0"
},
"devDependencies": {
"gulp-jshint": "2.0.4",
"gulp-livereload": "3.8.1",
"jshint": "2.9.5",
"jshint-stylish": "2.2.1"
}
}