forked from zestedesavoir/zds-site
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.41 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
{
"name": "zds-site",
"version": "0.2.0",
"description": "Site internet communautaire codé à l'aide du Framework Django 1.7",
"directories": {
"doc": "doc"
},
"scripts": {
"gulp": "./node_modules/.bin/gulp",
"test": "./node_modules/.bin/gulp test",
"travis": "./node_modules/.bin/gulp travis",
"build": "./node_modules/.bin/gulp build",
"clean": "./node_modules/.bin/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": {
"browserify": "^8.1.0",
"cookies-eu-banner": "^1.2.3",
"css-sprite": "^0.9.0",
"del": "^1.1.1",
"gulp": "^3.7.0",
"gulp-autoprefixer": "^2.0.0",
"gulp-concat": "^2.2.0",
"gulp-if": "^1.2.5",
"gulp-imagemin": "^2.0.0",
"gulp-load-plugins": "^0.8.0",
"gulp-minify-css": "^0.3.11",
"gulp-notify": "^2.1.0",
"gulp-rename": "^1.2.0",
"gulp-sass": "^1.2.3",
"gulp-size": "^1.0.0",
"gulp-streamify": "0.0.5",
"gulp-uglify": "^1.0.1",
"jquery": "^2.1.3",
"normalize.css": "^3.0.2",
"vinyl-source-stream": "^1.0.0",
"watchify": "^2.2.1"
},
"devDependencies": {
"gulp-jshint": "^1.6.2",
"gulp-livereload": "^3.2.0",
"jshint-stylish": "^1.0.0"
}
}