forked from zestedesavoir/zds-site
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.21 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.8",
"directories": {
"doc": "doc"
},
"scripts": {
"gulp": "gulp",
"test": "gulp test",
"travis": "gulp travis",
"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": "6.1.0",
"cookies-eu-banner": "1.2.7",
"cssnano": "3.3.2",
"del": "2.0.2",
"gulp": "3.9.0",
"gulp-concat": "2.6.0",
"gulp-if": "2.0.0",
"gulp-imagemin": "2.3.0",
"gulp-load-plugins": "1.0.0",
"gulp-notify": "2.2.0",
"gulp-postcss": "6.0.1",
"gulp-rename": "1.2.2",
"gulp-sass": "2.0.4",
"gulp-size": "2.0.0",
"gulp-sourcemaps": "1.6.0",
"gulp-uglify": "1.4.2",
"jquery": "2.1.4",
"normalize.css": "3.0.3",
"sprity": "1.0.7"
},
"devDependencies": {
"gulp-jshint": "1.11.2",
"gulp-livereload": "3.8.1",
"jshint-stylish": "2.0.1"
}
}