forked from paulcote/promo.waq.paulcote.net
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
executable file
·63 lines (63 loc) · 1.72 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
62
63
{
"name": "vtt",
"version": "1.3.1",
"description": "Outil d'intégration frontend soucieux du SGQRI008.",
"url": "http://localhost:3000",
"keywords": "vtt, starter, kit",
"repository": "https://github.com/libeo-vtt/vtt",
"devDependencies": {
"autoprefixer": "^6.3.6",
"browser-sync": "^2.12.7",
"cheerio": "^0.20.0",
"colors": "^1.1.2",
"commander": "^2.9.0",
"del": "^2.2.0",
"file-exists": "^1.0.0",
"glob": "^7.0.3",
"graceful-fs": "^4.1.4",
"gulp": "^3.9.1",
"gulp-bower": "0.0.13",
"gulp-bump": "^2.1.0",
"gulp-cheerio": "^0.6.2",
"gulp-concat": "^2.6.0",
"gulp-css-globbing": "^0.1.8",
"gulp-eslint": "^2.0.0",
"gulp-if": "^2.0.1",
"gulp-imagemin": "^3.0.1",
"gulp-main-bower-files": "^1.5.0",
"gulp-plumber": "^1.1.0",
"gulp-postcss": "^6.1.1",
"gulp-prettify": "^0.4.0",
"gulp-release-tasks": "0.0.3",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.3.1",
"gulp-sass-lint": "^1.1.1",
"gulp-sourcemaps": "^1.6.0",
"gulp-svg-sprite": "^1.2.19",
"gulp-svg2png": "^1.0.0",
"gulp-svgmin": "^1.2.2",
"gulp-symlink": "^2.1.4",
"gulp-todo": "^4.1.0",
"gulp-twig": "^0.5.0",
"gulp-uglify": "^1.5.3",
"gulp-util": "^3.0.7",
"gulp-watch": "^4.3.5",
"image-size": "^0.5.0",
"inherits": "^2.0.1",
"inquirer": "^1.0.2",
"is-there": "^4.3.2",
"lodash": "^4.12.0",
"lorem-ipsum": "^1.0.3",
"main-bower-files": "^2.13.0",
"node-cmd": "^1.1.1",
"node-notifier": "^4.5.0",
"node-sass": "^3.7.0",
"require-dir": "^0.3.0",
"rimraf": "^2.5.2",
"run-sequence": "^1.1.5",
"source-map": "^0.5.6",
"svgo": "^0.6.6",
"sync-exec": "^0.6.2",
"yargs": "^4.7.0"
}
}