forked from zestedesavoir/zds-site
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.17 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
{
"name": "zds-site",
"version": "0.2.0",
"description": "Site internet communautaire codé à l'aide du Framework Django 1.7",
"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": "GPLv3",
"bugs": {
"url": "https://github.com/zestedesavoir/zds-site/issues"
},
"homepage": "https://github.com/zestedesavoir/zds-site",
"dependencies": {
"cookies-eu-banner": "1.2.6",
"css-sprite": "0.9.8",
"del": "1.1.1",
"gulp": "3.8.11",
"gulp-autoprefixer": "2.1.0",
"gulp-concat": "2.5.2",
"gulp-if": "1.2.5",
"gulp-imagemin": "2.2.1",
"gulp-load-plugins": "0.10.0",
"gulp-minify-css": "1.1.0",
"gulp-notify": "2.2.0",
"gulp-rename": "1.2.2",
"gulp-sass": "1.3.3",
"gulp-size": "1.2.1",
"gulp-uglify": "1.2.0",
"jquery": "2.1.3",
"normalize.css": "3.0.3"
},
"devDependencies": {
"gulp-jshint": "1.10.0",
"gulp-livereload": "3.8.0",
"jshint-stylish": "1.0.1"
}
}